]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/clipbrd.h
added wxListAttr::AssignFrom()
[wxWidgets.git] / include / wx / msw / clipbrd.h
index 8432b0f067b7d342f7f2adecb4f091d6d2dbb592..f9179fd8a272375aa36226026c77c2afb9889c0e 100644 (file)
 #ifndef _WX_CLIPBRD_H_
 #define _WX_CLIPBRD_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "clipbrd.h"
-#endif
-
 #if wxUSE_CLIPBOARD
 
 #include "wx/list.h"
@@ -90,7 +86,7 @@ public:
     virtual bool Flush();
 
     // X11 has two clipboards which get selected by this call. Empty on MSW.
-    void UsePrimarySelection( bool WXUNUSED(primary) = FALSE ) { }
+    void UsePrimarySelection( bool WXUNUSED(primary) = false ) { }
 
 private:
     bool m_clearOnExit;