summaryrefslogtreecommitdiff
path: root/vcl/inc/toolbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/toolbox.h')
-rw-r--r--vcl/inc/toolbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/toolbox.h b/vcl/inc/toolbox.h
index 9056ec55e043..767c7c36f6af 100644
--- a/vcl/inc/toolbox.h
+++ b/vcl/inc/toolbox.h
@@ -34,11 +34,11 @@
#define TB_MENUBUTTON_SIZE 12
#define TB_MENUBUTTON_OFFSET 2
-class Window;
+namespace vcl { class Window; }
struct ImplToolItem
{
- Window* mpWindow;
+ vcl::Window* mpWindow;
void* mpUserData;
Image maImage;
Image maHighImage;