From: Steve Brokenshire Date: Sun, 10 Jan 2016 17:55:28 +0000 (+0000) Subject: ReloadAccountConfig in frmNewAccount should be a bool pointer not bool. X-Git-Tag: release-0.09~91 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=6b484d5eec9ae5167ade4ba04c77191e79a0db3c ReloadAccountConfig in frmNewAccount should be a bool pointer not bool. --- diff --git a/source/frmNewAccount.h b/source/frmNewAccount.h index 5261f78..e488364 100644 --- a/source/frmNewAccount.h +++ b/source/frmNewAccount.h @@ -48,7 +48,7 @@ public: private: int PageSeek = 0; wxString ServerPrefix; - bool ReloadAccountConfig = FALSE; + bool *ReloadAccountConfig = NULL; }; #endif // __frmNewAccount__