From 0d871f60dcc3ba4d161b58091f7c5405c87afd88 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Nov 2009 22:01:57 +0000 Subject: lv2:hardRtCapable -> lv2:hardRTCapable. Oops. git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2245 a436a847-0d15-0410-975c-d299462d15a1 --- lvz/gendata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lvz/gendata.cpp') diff --git a/lvz/gendata.cpp b/lvz/gendata.cpp index eee7813..d04198f 100644 --- a/lvz/gendata.cpp +++ b/lvz/gendata.cpp @@ -102,7 +102,7 @@ write_plugin(AudioEffectX* effect, const string& lib_file_name) os << "\t:symbol \"" << effect->getUniqueID() << "\" ;" << endl; os << "\tdoap:name \"" << name_buf << "\" ;" << endl; os << "\tdoap:license ;" << endl; - os << "\t:pluginProperty :hardRtCapable"; + os << "\t:pluginProperty :hardRTCapable"; uint32_t num_params = effect->getNumParameters(); uint32_t num_audio_ins = effect->getNumInputs(); -- cgit v1.2.1