]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/dropsrc.cpp
Enclose code using m_macToolbar in #if wxOSX_USE_NATIVE_TOOLBAR.
[wxWidgets.git] / src / msw / ole / dropsrc.cpp
index 90f89d419e0412b09bf9659b2f3761c8fcf6f98e..fad7caec377892115e3710652cc102ee4c50cb97 100644 (file)
@@ -64,7 +64,7 @@ private:
   DWORD         m_grfInitKeyState;  // button which started the d&d operation
   wxDropSource *m_pDropSource;      // pointer to C++ class we belong to
 
   DWORD         m_grfInitKeyState;  // button which started the d&d operation
   wxDropSource *m_pDropSource;      // pointer to C++ class we belong to
 
-  DECLARE_NO_COPY_CLASS(wxIDropSource)
+  wxDECLARE_NO_COPY_CLASS(wxIDropSource);
 };
 
 // ============================================================================
 };
 
 // ============================================================================