]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
Make wxComboCtrlBase::Set*groundColour() methods public.
[wxWidgets.git] / include / wx / evtloop.h
index a9034aeac8a03744c35bd82de5d53b72838c2c15..d83f5d23f6cd7aadf66cdaedc0b8407cf29c3c9a 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     01.06.01
-// RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -204,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);
 };