]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/statbar.cpp
use "event-after" signal to send thumb release event
[wxWidgets.git] / src / common / statbar.cpp
index 5d37684b7dec17d7b19c939ec6fb2583241e538b..e3a2a150667fb95e244f932eb74586964d24739a 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "statbar.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -36,7 +32,7 @@
 #if wxUSE_STATUSBAR
 
 #include "wx/listimpl.cpp"
-WX_DEFINE_LIST(wxListString);
+WX_DEFINE_LIST(wxListString)
 
 // ============================================================================
 // wxStatusBarBase implementation