summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rotor.h')
-rwxr-xr-xrotord/src/rotor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index cd4edb0..9db32b3 100755
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -1013,7 +1013,7 @@ namespace Rotor {
attribute["value"]=attr.second->value;
if (attr.second->vals.size()){ //document attribute enumeration
attribute["type"]="enum";
- attribute["attribute"]=Json::arrayValue;
+ attribute["options"]=Json::arrayValue;
for (auto val: attr.second->vals){
attribute["attribute"].append(val);
}