summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2019-02-27 23:00:16 +0100
committerfalkTX <falktx@falktx.com>2019-02-27 23:50:45 +0100
commit14a8e739c4710d59b243c78f19916a1fd098bed7 (patch)
treedf3501ef8bb4586ecd317715faaac00b9dab5fe7
parent4608cb7fc6e7c0e280efcd29125e353278e3bae9 (diff)
Fix generated ttl for plugins with instance access
Signed-off-by: falkTX <falktx@falktx.com>
-rw-r--r--distrho/src/DistrhoPluginLV2export.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrho/src/DistrhoPluginLV2export.cpp b/distrho/src/DistrhoPluginLV2export.cpp
index 4a27f787..3472ac31 100644
--- a/distrho/src/DistrhoPluginLV2export.cpp
+++ b/distrho/src/DistrhoPluginLV2export.cpp
@@ -153,8 +153,8 @@ void lv2_generate_ttl(const char* const basename)
manifestString += " lv2:requiredFeature <" LV2_DATA_ACCESS_URI "> ,\n";
manifestString += " <" LV2_INSTANCE_ACCESS_URI "> ,\n";
manifestString += " <" LV2_OPTIONS__options "> ,\n";
- manifestString += " <" LV2_URID__map "> .\n";
- manifestString += " opts:supportedOption <" LV2_PARAMETERS__sampleRate "> .\n";
+ manifestString += " <" LV2_URID__map "> ;\n";
+ manifestString += " opts:supportedOption <" LV2_PARAMETERS__sampleRate "> ;\n";
# else // DISTRHO_PLUGIN_WANT_DIRECT_ACCESS
manifestString += " rdfs:seeAlso <" + uiTTL + "> .\n";
# endif // DISTRHO_PLUGIN_WANT_DIRECT_ACCESS