X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fgtkmm2ext%2Fcursors.h;h=8c0a9756156a41bc9a40289e230977a6dd7880b8;hb=b9c9777b9a2be6fab826fd1236820bb67859d292;hp=10874b6dbd754bafe2c012edf51a97a921283d57;hpb=e3d063004b1693b5724a63979829ab4292192bf1;p=ardour.git 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 Infos; static Infos infos; };