added #if wxUSE_CLIPBOARD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
78e848cac9
commit
41b1047d91
@ -31,6 +31,8 @@
|
||||
#include "wx/clipbrd.h"
|
||||
#include "wx/module.h"
|
||||
|
||||
#if wxUSE_CLIPBOARD
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxClipboardModule: module responsible for initializing the global clipboard
|
||||
// object
|
||||
@ -75,3 +77,5 @@ void wxClipboardModule::OnExit()
|
||||
|
||||
wxTheClipboard = (wxClipboard *)NULL;
|
||||
}
|
||||
|
||||
#endif // wxUSE_CLIPBOARD
|
||||
|
Loading…
Reference in New Issue
Block a user