aboutsummaryrefslogtreecommitdiff
path: root/src/Savestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Savestate.h')
-rw-r--r--src/Savestate.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Savestate.h b/src/Savestate.h
index 60d34cc..275b402 100644
--- a/src/Savestate.h
+++ b/src/Savestate.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura
+ Copyright 2016-2022 melonDS team
This file is part of melonDS.
@@ -19,6 +19,7 @@
#ifndef SAVESTATE_H
#define SAVESTATE_H
+#include <string>
#include <stdio.h>
#include "types.h"
@@ -28,7 +29,7 @@
class Savestate
{
public:
- Savestate(const char* filename, bool save);
+ Savestate(std::string filename, bool save);
~Savestate();
bool Error;