From 6b484d5eec9ae5167ade4ba04c77191e79a0db3c Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 10 Jan 2016 17:55:28 +0000 Subject: [PATCH] ReloadAccountConfig in frmNewAccount should be a bool pointer not bool. --- source/frmNewAccount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ -- 2.39.2