summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorDobroslav Slavenskoj <dbslav@gmail.com>2016-12-08 15:37:07 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2017-01-05 09:24:40 +0000
commit5f0857620e45436f4cb56756c8d7e7f484b0b40a (patch)
treeeec0dc1d64e2602c5f491fa0be44481e46945467 /libs/pbd
parent805e40741fa02bc7f5fa3ce5fb8ee1119aa58030 (diff)
Fixing LV2_SUPPORT #ifdefs
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/configuration_variable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/configuration_variable.h b/libs/pbd/pbd/configuration_variable.h
index 143f53f218..7af7974229 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<> LIBPBD_API void
+template<> void
ConfigVariable<float>::set_from_string (std::string const & s);
/** Specialisation of ConfigVariable for std::string to cope with whitespace properly */