aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Configuration/Config.h
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2011-09-15 14:08:17 +0200
committerSpp <spp@jorge.gr>2011-09-15 14:12:57 +0200
commitaf05915b9e36497eda8f2f061c29ffee0c8042b6 (patch)
treefa9e603e2a8d90b9842148ee9fa767f475566b67 /src/server/shared/Configuration/Config.h
parent9006e4e8dc1c2cbf30303dd2d5e34f3d9a2380a9 (diff)
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some exceptions)
Diffstat (limited to 'src/server/shared/Configuration/Config.h')
-rwxr-xr-xsrc/server/shared/Configuration/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Configuration/Config.h b/src/server/shared/Configuration/Config.h
index 33c0080a06e..fa42bdcfc6c 100755
--- a/src/server/shared/Configuration/Config.h
+++ b/src/server/shared/Configuration/Config.h
@@ -46,7 +46,7 @@ class Config
private:
std::string mFilename;
- ACE_Configuration_Heap *mConf;
+ ACE_Configuration_Heap* mConf;
};
#define sConfig ACE_Singleton<Config, ACE_Null_Mutex>::instance()