aboutsummaryrefslogtreecommitdiff
path: root/src/Savestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Savestate.h')
-rw-r--r--src/Savestate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Savestate.h b/src/Savestate.h
index 51f071a..a2216ce 100644
--- a/src/Savestate.h
+++ b/src/Savestate.h
@@ -29,7 +29,7 @@
class Savestate
{
public:
- Savestate(std::string filename, bool save);
+ Savestate(const std::string& filename, bool save);
~Savestate();
bool Error;