]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/clipbrd.h
minor fixes for mingw32 compilation
[wxWidgets.git] / include / wx / msw / clipbrd.h
index 223801a6a620304ab80a8a1963e588329206f741..c1afb26016c9958d961f38213bef5fb2e84fc307 100644 (file)
@@ -85,7 +85,7 @@ public:
     virtual void Clear();
     
     /// X11 has two clipboards which get selected by this call. Empty on MSW.
     virtual void Clear();
     
     /// X11 has two clipboards which get selected by this call. Empty on MSW.
-    inline void UsePrimarySelection( bool WXUNUSED(primary) ) { }
+    void UsePrimarySelection( bool WXUNUSED(primary) = FALSE ) { }
     
 };
 
     
 };