]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user_property.cpp
Replace -g3 with -ggdb3 (supported by gcc, clang and ekopath compilers)
[stg.git] / projects / stargazer / user_property.cpp
index 1dd8b2364b152de1c310b537c8092dbdf9c7d210..06a4901a6c02d7a5c1f92462267ec7d0e9d7abe8 100644 (file)
@@ -1,4 +1,4 @@
-#include "user_property.h"
+#include "stg/user_property.h"
 
 //-----------------------------------------------------------------------------
 USER_PROPERTIES::USER_PROPERTIES(const std::string & sd)
@@ -16,7 +16,7 @@ lastActivityTime(stat.lastActivityTime, "lastActivityTime", false, true, GetStgL
 password    (conf.password,     "password",     true,  false, GetStgLogger(), sd),
 passive     (conf.passive,      "passive",      false, false, GetStgLogger(), sd),
 disabled    (conf.disabled,     "disabled",     false, false, GetStgLogger(), sd),
-disabledDetailStat(conf.disabledDetailStat,"DisabledDetailStat",false,false,GetStgLogger(), sd),
+disabledDetailStat(conf.disabledDetailStat, "DisabledDetailStat", false, false, GetStgLogger(), sd),
 alwaysOnline(conf.alwaysOnline, "alwaysOnline", false, false, GetStgLogger(), sd),
 tariffName  (conf.tariffName,   "tariff",       false, false, GetStgLogger(), sd),
 nextTariff  (conf.nextTariff,   "new tariff",   false, false, GetStgLogger(), sd),