From 04b515d535cfd82a0eab9d3ff53f9025d0d60138 Mon Sep 17 00:00:00 2001 From: Dobroslav Slavenskoj Date: Thu, 8 Dec 2016 15:42:13 -0500 Subject: [PATCH] syncing with upstream --- libs/pbd/pbd/configuration_variable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/configuration_variable.h b/libs/pbd/pbd/configuration_variable.h index 7af7974229..143f53f218 100644 --- a/libs/pbd/pbd/configuration_variable.h +++ b/libs/pbd/pbd/configuration_variable.h @@ -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::set_from_string (std::string const & s); /** Specialisation of ConfigVariable for std::string to cope with whitespace properly */