]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/clipbrd.h
Changes to allow OLE to compile under mingw32/gcc-2.95
[wxWidgets.git] / include / wx / msw / clipbrd.h
index 9ca52afad143dc68f5e1b4c2e3de57c0721bc316..c1afb26016c9958d961f38213bef5fb2e84fc307 100644 (file)
@@ -83,6 +83,10 @@ public:
 
     // clears wxTheClipboard and the system's clipboard if possible
     virtual void Clear();
+    
+    /// X11 has two clipboards which get selected by this call. Empty on MSW.
+    void UsePrimarySelection( bool WXUNUSED(primary) = FALSE ) { }
+    
 };
 
 // The global clipboard object