#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"
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;