]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/clipbrd.h
define _TM_DEFINED if we define struct tm here
[wxWidgets.git] / include / wx / msw / clipbrd.h
index f9179fd8a272375aa36226026c77c2afb9889c0e..be3f0b64e57f4439b2bdbd84b19c4bb8b2565a7a 100644 (file)
@@ -89,7 +89,7 @@ public:
     void UsePrimarySelection( bool WXUNUSED(primary) = false ) { }
 
 private:
-    bool m_clearOnExit;
+    IDataObject *m_lastDataObject;
     bool m_isOpened;
 };