]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/accel.cpp
Do not allow multiple selection when dragging in the 'value' column
[wxWidgets.git] / src / msw / accel.cpp
index 6cf188e3fd2a462112f611190e5364a87d01185c..dfcb758f2b5663e046224a3bfe48007b8f6a341d 100644 (file)
@@ -54,7 +54,7 @@ protected:
     HACCEL      m_hAccel;
     bool        m_ok;
 
     HACCEL      m_hAccel;
     bool        m_ok;
 
-    DECLARE_NO_COPY_CLASS(wxAcceleratorRefData)
+    wxDECLARE_NO_COPY_CLASS(wxAcceleratorRefData);
 };
 
 // ============================================================================
 };
 
 // ============================================================================