summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-12-08 22:39:48 +0100
committerEike Rathke <erack@redhat.com>2017-12-08 22:40:46 +0100
commit7330776504ca2e62790f3e3e6d8f575fbad2ec54 (patch)
treed3ad5996037f440d71d1d669ed2b2494407ca8f5 /include/vcl
parentdf802d0c1b0d255bc88eac279cb8a72d7570ec3a (diff)
Build fix: forward-decl rtl::OUString
Change-Id: Ib871438c9e52c533106a6a0270de54b359a11741
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/cursor.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/cursor.hxx b/include/vcl/cursor.hxx
index 725724ee8024..0b55ff18449b 100644
--- a/include/vcl/cursor.hxx
+++ b/include/vcl/cursor.hxx
@@ -29,6 +29,7 @@
class Timer;
struct ImplCursorData;
namespace vcl { class Window; }
+namespace rtl { class OUString; }
// Cursor styles
#define CURSOR_SHADOW ((sal_uInt16)0x0001)