Merge branch 'master' into cairocanvas
[ardour.git] / libs / ardour / ardour / ardour.h
index 90a6272fac8e28855b982350b338f5e9a0ace8ad..9b1351a3fce114bf5d0a7f0209ac5b7fe31869c1 100644 (file)
@@ -49,8 +49,8 @@ namespace ARDOUR {
 
        class AudioEngine;
 
-       LIBARDOUR_API extern PBD::Signal1<void,std::string> BootMessage;
-       LIBARDOUR_API extern PBD::Signal0<void> GUIIdle;
+       extern LIBARDOUR_API PBD::Signal1<void,std::string> BootMessage;
+       extern LIBARDOUR_API PBD::Signal0<void> GUIIdle;
 
        /**
         * @param with_vst true to enable VST Support
@@ -66,9 +66,9 @@ namespace ARDOUR {
        LIBARDOUR_API bool no_auto_connect ();
        LIBARDOUR_API void make_property_quarks ();
 
-       LIBARDOUR_API extern PBD::PropertyChange bounds_change;
-
-       LIBARDOUR_API extern const char* const ardour_config_info;
+       extern LIBARDOUR_API PBD::PropertyChange bounds_change;
+       
+       extern LIBARDOUR_API const char* const ardour_config_info;
 
        LIBARDOUR_API void find_bindings_files (std::map<std::string,std::string>&);