]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/evtloopcmn.cpp
remove the unneeded +1 from wxGauge::SetValue() call in Update()
[wxWidgets.git] / src / common / evtloopcmn.cpp
index ccbbb71126095d4f65a139584497ed9f41e6e6ca..e90bf2f2eb3c8c1a23eff7b9dcc3e0b55bf863df 100644 (file)
@@ -34,7 +34,7 @@
 // globals
 // ----------------------------------------------------------------------------
 
-wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
+wxEventLoopBase *wxEventLoopBase::ms_activeLoop = NULL;
 
 // wxEventLoopManual is unused in the other ports
 #if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXDFB__) || (defined(__UNIX__) && !wxUSE_GUI)