]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / evtloop.h
index d83f5d23f6cd7aadf66cdaedc0b8407cf29c3c9a..8dd5d6eb7b6f201f60cd49ddf5d55c615c69bee5 100644 (file)
@@ -203,9 +203,9 @@ protected:
     bool m_isInsideYield;
     long m_eventsToProcessInsideYield;
 
+private:
     // this flag is set on entry into Run() and reset before leaving it
     bool m_isInsideRun;
-private:
 
     wxDECLARE_NO_COPY_CLASS(wxEventLoopBase);
 };