]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toolbar.cpp
try to clear the device/logical unit fog; remove unused and unsupported (an assertion...
[wxWidgets.git] / src / msw / toolbar.cpp
index 5dcbef4abe6184f562bf2d5e7713c405c7299e63..724dc006bc2a70faebd5237ea019ced11603d8ec 100644 (file)
@@ -214,7 +214,7 @@ private:
     size_t m_nSepCount;
     wxStaticText *m_staticText;
 
-    DECLARE_NO_COPY_CLASS(wxToolBarTool)
+    wxDECLARE_NO_COPY_CLASS(wxToolBarTool);
 };
 
 // ----------------------------------------------------------------------------