]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/clipbrd.h
assert -> wxASSERT
[wxWidgets.git] / include / wx / msw / clipbrd.h
index 8432b0f067b7d342f7f2adecb4f091d6d2dbb592..ce57d79a5c283f448cdf4324d06a2abacc4e59d0 100644 (file)
@@ -90,7 +90,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;