summaryrefslogtreecommitdiff
path: root/src/client/SaveFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/SaveFile.h')
-rw-r--r--src/client/SaveFile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/SaveFile.h b/src/client/SaveFile.h
index 9a9310f..b63d181 100644
--- a/src/client/SaveFile.h
+++ b/src/client/SaveFile.h
@@ -25,6 +25,7 @@ public:
std::string GetDisplayName();
void SetDisplayName(std::string displayName);
std::string GetName();
+ void SetFileName(std::string fileName);
virtual ~SaveFile();
private: