summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 8089cc16bb5a..a0e18f2c79dc 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -94,7 +94,7 @@ class SalLayout;
class ImplLayoutArgs;
class ImplFontAttributes;
class VirtualDevice;
-class Window;
+namespace vcl { class Window; }
struct SalTwoRect;
// Layout options
@@ -258,10 +258,10 @@ class VCL_DLLPUBLIC OutputDevice: private boost::noncopyable
friend class Printer;
friend class System;
friend class VirtualDevice;
- friend class Window;
+ friend class vcl::Window;
friend class WorkWindow;
friend class vcl::PDFWriterImpl;
- friend void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight );
+ friend void ImplHandleResize( vcl::Window* pWindow, long nNewWidth, long nNewHeight );
private:
mutable SalGraphics* mpGraphics; ///< Graphics context to draw on