summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/cursors.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/cursors.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/cursors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/cursors.h b/libs/gtkmm2ext/gtkmm2ext/cursors.h
index 10874b6dbd..8c0a975615 100644
--- a/libs/gtkmm2ext/gtkmm2ext/cursors.h
+++ b/libs/gtkmm2ext/gtkmm2ext/cursors.h
@@ -27,7 +27,7 @@
namespace Gtkmm2ext {
-class LIBGTKMM2EXT_API CursorInfo
+class LIBGTKMM2EXT_API CursorInfo
{
public:
static CursorInfo* lookup_cursor_info (const std::string& image_name);
@@ -40,7 +40,7 @@ class LIBGTKMM2EXT_API CursorInfo
private:
CursorInfo (const std::string& image_name, int hotspot_x, int hotspot_y);
-
+
typedef std::map<std::string,CursorInfo*> Infos;
static Infos infos;
};