Some minor changes in preparation for building the newer Vamp plugins
[ardour.git] / libs / pbd / pbd / configuration_variable.h
index 7af7974229d6d8144c84f74b9999aee96c7ab4dc..143f53f2181b567f1bed58d3bd04827a8a144efc 100644 (file)
@@ -90,7 +90,7 @@ class /*LIBPBD_API*/ ConfigVariable : public ConfigVariableBase
 };
 
 /** Specialisation of ConfigVariable to deal with float (-inf etc) */
-template<> void
+template<> LIBPBD_API void
 ConfigVariable<float>::set_from_string (std::string const & s);
 
 /** Specialisation of ConfigVariable for std::string to cope with whitespace properly */