Merge branch 'master' into windows
[ardour.git] / gtk2_ardour / about.cc
index b2dac673799fefa96c9499589106bc3a1f78f07c..b656c29ad8175fde37d430a630095338fe0c6e93 100644 (file)
 
 #include "i18n.h"
 
-#ifdef SearchPath
-#undef SearchPath
-#endif
-
 using namespace Gtk;
 using namespace Gdk;
 using namespace std;
@@ -564,7 +560,7 @@ About::About ()
 
        std::string splash_file;
 
-       SearchPath spath(ardour_data_search_path());
+       Searchpath spath(ardour_data_search_path());
 
        if (find_file_in_search_path (spath, "splash.png", splash_file)) {
                set_logo (Gdk::Pixbuf::create_from_file (splash_file));