Aggiunto return TRUE nella user_create

git-svn-id: svn://10.65.10.50/trunk@416 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1994-10-19 13:26:37 +00:00
parent 977230cbc6
commit bf3c9c6162

View File

@ -16,7 +16,7 @@ public:
virtual bool postprocess_config_changed(const char* par, const char* var,
const char* oldv, const char* newv);
virtual bool user_create() { _change_pcon = FALSE;}
virtual bool user_create() { _change_pcon = FALSE; return TRUE;}
virtual bool user_destroy();
CG51_App() : TConfig_application(CONFIG_DITTA) {}
virtual ~CG51_App() {}