summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/tool-base.h')
-rw-r--r--src/ui/tools/tool-base.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tools/tool-base.h b/src/ui/tools/tool-base.h
index 7185b787e..e7b0d0155 100644
--- a/src/ui/tools/tool-base.h
+++ b/src/ui/tools/tool-base.h
@@ -18,6 +18,7 @@
#include "knotholder.h"
#include <2geom/point.h>
#include <gdk/gdk.h>
+#include <gdkmm/cursor.h>
#include <glib-object.h>
#include <sigc++/trackable.h>
@@ -150,7 +151,7 @@ public:
virtual ~ToolBase();
Inkscape::Preferences::Observer *pref_observer;
- GdkCursor *cursor;
+ Glib::RefPtr<Gdk::Cursor> cursor;
gint xp, yp; ///< where drag started
gint tolerance;