aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lvz/gendata.cpp2
1 files changed, 1 insertions, 1 deletions
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 <http://usefulinc.com/doap/licenses/gpl> ;" << endl;
- os << "\t:pluginProperty :hardRtCapable";
+ os << "\t:pluginProperty :hardRTCapable";
uint32_t num_params = effect->getNumParameters();
uint32_t num_audio_ins = effect->getNumInputs();