From: Vadim Zeitlin Date: Thu, 21 Oct 1999 14:00:30 +0000 (+0000) Subject: and now it even compiles X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ffd56fbcb5aa63bab9521977abb3d4949b94eee3 and now it even compiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/clipbrd.h b/include/wx/clipbrd.h index 0870a03d29..e7ab30b41e 100644 --- a/include/wx/clipbrd.h +++ b/include/wx/clipbrd.h @@ -121,7 +121,7 @@ public: } } - bool IsOk() const { return m_clipboard->IsOpened(); } + bool operator!() const { return !m_clipboard->IsOpened(); } ~wxClipboardLocker() {