summaryrefslogtreecommitdiffstats
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-03-24 12:00:07 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 13:07:17 +0100
commit9d35e6df6693eba3d23036028fc3f3621e40822a (patch)
treef411b09f2bc162135ecedd64f4b0037d977c6264 /include/vcl/outdev.hxx
parentvclwidget: some small fixes (diff)
downloadcore-9d35e6df6693eba3d23036028fc3f3621e40822a.tar.gz
core-9d35e6df6693eba3d23036028fc3f3621e40822a.zip
Nothing really that wrong with acquiring a disposed reference, for now.
Emitting events acquires and passes references conservatively, and the VCLEVENT_OBJECT_DYING event hit this hard. Change-Id: If86991ead63b05425a237bf213583c020ba4e582
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 4e2341af6711..7066df422763 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -274,7 +274,6 @@ private:
inline void acquire() const
{
- assert(!mbDisposed);
mnRefCnt++;
}