diff options
Diffstat (limited to 'src/PCSave.h')
-rw-r--r-- | src/PCSave.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PCSave.h b/src/PCSave.h index c653fab0..324a3421 100644 --- a/src/PCSave.h +++ b/src/PCSave.h @@ -3,5 +3,5 @@ class C_PcSave { public: - static void SetSaveDirectory(const Char *path); + static void SetSaveDirectory(const char *path); };
\ No newline at end of file |