From 21374e2590aa7e97bdae280d7e0e418ff1e7d35f Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 18 Mar 2009 21:04:46 +0100 Subject: *Fix milling. *Fix Divine Shield. --HG-- branch : trunk --- src/shared/Config/Config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/shared/Config/Config.h') 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; } -- cgit v1.2.3