using #ifdef wxABORT_ON_CONFIG_ERROR not just #if as elsewhere

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-08-14 09:15:16 +00:00
parent 88e264616b
commit b0fa6efc8b
3 changed files with 6 additions and 3 deletions

View File

@@ -152,8 +152,9 @@ public:
virtual void OSXOnWillTerminate();
private:
#if wxOSX_USE_IPHONE
bool m_onInitResult;
#endif
public:
#endif