]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/slider.h
fix memory leak; allocate the DC before SetFont() is called on the status bar
[wxWidgets.git] / include / wx / slider.h
index 7a92223486d1a6445204fa7159fdca37039c448b..eeb04a138a0d368802e2bd24c9b7db6449c21eaa 100644 (file)
@@ -118,7 +118,7 @@ protected:
     }
 
 private:
-    DECLARE_NO_COPY_CLASS(wxSliderBase)
+    wxDECLARE_NO_COPY_CLASS(wxSliderBase);
 };
 
 // ----------------------------------------------------------------------------