summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-11-05 22:33:22 +0000
committerComment <tim@gray.(none)>2013-11-05 22:33:22 +0000
commit18a77356a424511e7ae1865d1554d20b4b5c51fb (patch)
tree15209fc88f1b8fd4fe2ced01ac804772c8f0a43b /rotord/src/rotor.cpp
parent9462492cae4d94157538f353d67f2f6daaa45259 (diff)
clean up compiler warnings
Diffstat (limited to 'rotord/src/rotor.cpp')
-rw-r--r--rotord/src/rotor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp
index d6e445f..0947a89 100644
--- a/rotord/src/rotor.cpp
+++ b/rotord/src/rotor.cpp
@@ -196,7 +196,7 @@ Json::Value Node_factory::list_node(Rotor::Node* _node){
}
return node;
}
-void Node_factory::list_node(Rotor::Node* type,xmlIO XML,int i=0){
+void Node_factory::list_node(Rotor::Node* type,xmlIO XML,int i){
XML.addTag("node");
XML.addAttribute("node","type",type->type,i);
XML.addAttribute("node","inputs",type->duplicate_inputs?"expandable":"fixed",i);