diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-06 23:49:57 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-06 23:49:57 +0200 |
commit | 3342a05529b1fb33db4f1126b5836249551890f3 (patch) | |
tree | 499a8ab40d6922dd1cd042a23a17103aac73ee6f | |
parent | 631191c72f84a4ed1c2f8312d0764ef480961dce (diff) |
vcl: oops, so there was a macro there
Change-Id: I824fa3c83a5bc8b68a6554c9bfe5ce5b3c2d711f
-rw-r--r-- | vcl/osx/clipboard.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/clipboard.cxx b/vcl/osx/clipboard.cxx index 1e277e2c95a2..be86d28b23ab 100644 --- a/vcl/osx/clipboard.cxx +++ b/vcl/osx/clipboard.cxx @@ -277,7 +277,7 @@ void AquaClipboard::fireClipboardChangedEvent() void AquaClipboard::fireLostClipboardOwnershipEvent(Reference<XClipboardOwner> oldOwner, Reference<XTransferable> oldContent) { - BOOST_ASSERT(oldOwner.is()); + assert(oldOwner.is()); try { oldOwner->lostOwnership(static_cast<XClipboardEx*>(this), oldContent); } catch(RuntimeException&) { } |