summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvashelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/canvashelper.cxx')
-rw-r--r--canvas/source/vcl/canvashelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx
index d14ec6bed060..116b4ac116c0 100644
--- a/canvas/source/vcl/canvashelper.cxx
+++ b/canvas/source/vcl/canvashelper.cxx
@@ -1436,14 +1436,14 @@ namespace vclcanvas
{
// TODO(Q3): Evil downcast. And what's more, Window::Flush is
// not even const. Wah.
- static_cast<Window&>(mpOutDev->getOutDev()).Flush();
+ static_cast<vcl::Window&>(mpOutDev->getOutDev()).Flush();
}
if( mp2ndOutDev && mp2ndOutDev->getOutDev().GetOutDevType() == OUTDEV_WINDOW )
{
// TODO(Q3): Evil downcast. And what's more, Window::Flush is
// not even const. Wah.
- static_cast<Window&>(mp2ndOutDev->getOutDev()).Flush();
+ static_cast<vcl::Window&>(mp2ndOutDev->getOutDev()).Flush();
}
}