diff options
author | QAston <none@none> | 2009-03-18 21:04:46 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-03-18 21:04:46 +0100 |
commit | 21374e2590aa7e97bdae280d7e0e418ff1e7d35f (patch) | |
tree | df8790716eb8b700804be8389b8094c676b42ca5 /src/shared/Config/Config.h | |
parent | ced575a3f3b458191273f0baa1d0761ff6aa31db (diff) |
*Fix milling.
*Fix Divine Shield.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Config/Config.h')
-rw-r--r-- | src/shared/Config/Config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/shared/Config/Config.h b/src/shared/Config/Config.h index cb7a45027df..7070e6180c0 100644 --- a/src/shared/Config/Config.h +++ b/src/shared/Config/Config.h @@ -34,10 +34,10 @@ class TRINITY_DLL_SPEC Config bool SetSource(const char *file, bool ignorecase = true); bool Reload(); -
- std::string GetStringDefault(const char * name, std::string def);
- bool GetBoolDefault(const char * name, const bool def);
- int32 GetIntDefault(const char * name, const int32 def);
+ + std::string GetStringDefault(const char * name, std::string def); + bool GetBoolDefault(const char * name, const bool def); + int32 GetIntDefault(const char * name, const int32 def); float GetFloatDefault(const char * name, const float def); std::string GetFilename() const { return mFilename; } |