[Libreoffice-commits] core.git: include/vcl

Eike Rathke erack at redhat.com
Fri Dec 8 21:43:35 UTC 2017


 include/vcl/cursor.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7330776504ca2e62790f3e3e6d8f575fbad2ec54
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Dec 8 22:39:48 2017 +0100

    Build fix: forward-decl rtl::OUString
    
    Change-Id: Ib871438c9e52c533106a6a0270de54b359a11741

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)


More information about the Libreoffice-commits mailing list