When building with MSVC, allow for the fact that Mixbus and Ardour can be using diffe...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / cursors.h
index 10874b6dbd754bafe2c012edf51a97a921283d57..8c0a9756156a41bc9a40289e230977a6dd7880b8 100644 (file)
@@ -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;
 };