X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmNewAccount.h;h=e48836422bcd4fd35b3ae010161488163692d031;hb=b6dbcc73732671affefc9420f2e3fcc90f5dcf6c;hp=18f7412da5e8b72821586aa093e404a4a3a8acee;hpb=969329975a0af9d346c76dc34e9ff9cd54cc61ee;p=xestiaab%2F.git diff --git a/source/frmNewAccount.h b/source/frmNewAccount.h index 18f7412..e488364 100644 --- a/source/frmNewAccount.h +++ b/source/frmNewAccount.h @@ -1,3 +1,21 @@ +// frmNewAccount.h - New Account form header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #ifndef __frmNewAccount__ #define __frmNewAccount__ @@ -7,6 +25,7 @@ */ #include "AppXestiaAddrBk.h" +#include //// end generated include @@ -29,7 +48,7 @@ public: private: int PageSeek = 0; wxString ServerPrefix; - bool ReloadAccountConfig = FALSE; + bool *ReloadAccountConfig = NULL; }; #endif // __frmNewAccount__