]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/clipbrd.h
missing newline at the end of file added
[wxWidgets.git] / include / wx / msw / clipbrd.h
index 9ca52afad143dc68f5e1b4c2e3de57c0721bc316..223801a6a620304ab80a8a1963e588329206f741 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.
+    inline void UsePrimarySelection( bool WXUNUSED(primary) ) { }
+    
 };
 
 // The global clipboard object