]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/scrlwing.cpp
update to the latest version of the patch at #10320 the wxApp::DoYield implementation
[wxWidgets.git] / src / generic / scrlwing.cpp
index 49b8673eb434270b512ac16dc5155cf752492a48..9691ab4df44e90bf981d4c4ff31380c76d819c5a 100644 (file)
@@ -937,7 +937,7 @@ void wxScrollHelperBase::StopAutoScrolling()
     if ( m_timerAutoScroll )
     {
         delete m_timerAutoScroll;
-        m_timerAutoScroll = (wxTimer *)NULL;
+        m_timerAutoScroll = NULL;
     }
 #endif
 }