summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxgraphics.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxgraphics.hxx')
-rw-r--r--include/toolkit/awt/vclxgraphics.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxgraphics.hxx b/include/toolkit/awt/vclxgraphics.hxx
index 77c31790c51c..068ed3bfb08a 100644
--- a/include/toolkit/awt/vclxgraphics.hxx
+++ b/include/toolkit/awt/vclxgraphics.hxx
@@ -33,7 +33,7 @@
#include <vcl/vclenum.hxx>
class OutputDevice;
-class Region;
+namespace vcl { class Region; }
#define INITOUTDEV_FONT 0x0001
@@ -63,7 +63,7 @@ private:
Color maLineColor;
Color maFillColor;
RasterOp meRasterOp;
- Region* mpClipRegion;
+ vcl::Region* mpClipRegion;
void initAttrs();