fix slash

use static
This commit is contained in:
Glenn Maynard
2003-10-14 01:33:13 +00:00
parent e764def9c2
commit b79b3b4d2a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
Bookkeeper* BOOKKEEPER = NULL; // global and accessable from anywhere in our program
const CString BOOKKEEPING_INI = BASE_PATH "Data\\Bookkeeping.ini";
const CString COINS_DAT = BASE_PATH "Data\\Coins.dat";
static const CString BOOKKEEPING_INI = BASE_PATH "Data" SLASH "Bookkeeping.ini";
static const CString COINS_DAT = BASE_PATH "Data" SLASH "Coins.dat";