From 18a77356a424511e7ae1865d1554d20b4b5c51fb Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 5 Nov 2013 22:33:22 +0000 Subject: clean up compiler warnings --- rotord/src/rotor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rotor.cpp') 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); -- cgit v1.2.3