]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/activex.cpp
don't clear clipboard if it was changed by another application since we used it ...
[wxWidgets.git] / src / msw / ole / activex.cpp
index 7f23874d09963ca1e0536cebb1f7f62da57f7e97..176fc6673fea4d0ebd2a8cd8bdbc46913586910a 100644 (file)
@@ -691,7 +691,7 @@ private:
 
 public:
     wxActiveXEvents(wxActiveXContainer *ax) : m_activeX(ax), m_haveCustomId(false) {}
-    wxActiveXEvents(wxActiveXContainer *ax, REFIID iid) : m_activeX(ax), m_haveCustomId(true), m_customId(iid) {}
+    wxActiveXEvents(wxActiveXContainer *ax, REFIID iid) : m_activeX(ax), m_customId(iid), m_haveCustomId(true) {}
     virtual ~wxActiveXEvents()
     {
     }