summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/outdevholder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/outdevholder.hxx')
-rw-r--r--canvas/source/vcl/outdevholder.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/canvas/source/vcl/outdevholder.hxx b/canvas/source/vcl/outdevholder.hxx
index 78f3badf8bb6..28dfd4317fe0 100644
--- a/canvas/source/vcl/outdevholder.hxx
+++ b/canvas/source/vcl/outdevholder.hxx
@@ -35,6 +35,7 @@ public:
explicit OutDevHolder(OutputDevice& rOutDev)
: mrOutDev(rOutDev)
{
+ assert(&rOutDev);
}
private: