X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ee9d6182c9b7774477e97f4326766ac05cc70c2..0425151023593cb31da0ee0a652da173ca9abfde:/src/common/clipcmn.cpp diff --git a/src/common/clipcmn.cpp b/src/common/clipcmn.cpp index 85fbacce04..a0af907b6e 100644 --- a/src/common/clipcmn.cpp +++ b/src/common/clipcmn.cpp @@ -6,7 +6,7 @@ // Created: 28.06.99 // RCS-ID: $Id$ // Copyright: (c) Robert Roebling -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -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