From 3342a05529b1fb33db4f1126b5836249551890f3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 6 May 2016 23:49:57 +0200 Subject: vcl: oops, so there was a macro there Change-Id: I824fa3c83a5bc8b68a6554c9bfe5ce5b3c2d711f --- vcl/osx/clipboard.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 oldOwner, Reference oldContent) { - BOOST_ASSERT(oldOwner.is()); + assert(oldOwner.is()); try { oldOwner->lostOwnership(static_cast(this), oldContent); } catch(RuntimeException&) { } -- cgit