]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/dropsrc.cpp
Fix compile problem with VS 2005
[wxWidgets.git] / src / msw / ole / dropsrc.cpp
index 1b5020da3aac9508a0a1d37ce03dfb855f1016ac..91dcb37866410ab69600269d1b52547a3c5581d1 100644 (file)
@@ -54,12 +54,12 @@ public:
   wxIDropSource(wxDropSource *pDropSource);
   virtual ~wxIDropSource() { }
 
-  DECLARE_IUNKNOWN_METHODS;
-
   // IDropSource
   STDMETHODIMP QueryContinueDrag(BOOL fEscapePressed, DWORD grfKeyState);
   STDMETHODIMP GiveFeedback(DWORD dwEffect);
 
+    DECLARE_IUNKNOWN_METHODS;
+
 private:
   DWORD         m_grfInitKeyState;  // button which started the d&d operation
   wxDropSource *m_pDropSource;      // pointer to C++ class we belong to