Use accessor function for theConfig

This commit is contained in:
Vinnie Falco
2013-07-24 07:28:11 -07:00
parent c27294e0f0
commit 788817e55c
30 changed files with 257 additions and 263 deletions

View File

@@ -321,7 +321,7 @@ public:
void load ();
};
extern Config theConfig;
extern Config& getConfig ();
#endif