]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/scrolbar.h
implementing rollover and pressed image for bitmapbutton on osx_cocoa
[wxWidgets.git] / include / wx / scrolbar.h
index 4fd9e3d0648cf5988eed8ac0f26398b2c852729a..2d01bcae4b3ae03bb537fe1672e436219f63b435 100644 (file)
@@ -56,7 +56,7 @@ public:
     bool IsNeeded() const { return GetRange() > GetThumbSize(); }
 
 private:
-    DECLARE_NO_COPY_CLASS(wxScrollBarBase)
+    wxDECLARE_NO_COPY_CLASS(wxScrollBarBase);
 };
 
 #if defined(__WXUNIVERSAL__)