syncing with upstream

This commit is contained in:
Dobroslav Slavenskoj 2016-12-08 15:42:13 -05:00 committed by Paul Davis
parent 5f0857620e
commit 04b515d535

View 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 */