aboutsummaryrefslogtreecommitdiff
path: root/src/PCSave.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-17 00:16:38 +0200
committeraap <aap@papnet.eu>2019-06-17 00:23:19 +0200
commit0add48abf589330ae6fe11e304c111d9f52ce009 (patch)
treee9f4374bf520a2fdfb9f3d66cd4ed0aa822a020b /src/PCSave.h
parente8c5f7da528ae8ddb5bf77671e3b95323fd7e975 (diff)
got rid of upper case types
Diffstat (limited to 'src/PCSave.h')
-rw-r--r--src/PCSave.h2
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