From ffd56fbcb5aa63bab9521977abb3d4949b94eee3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 21 Oct 1999 14:00:30 +0000 Subject: [PATCH] and now it even compiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/clipbrd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.45.2