13
0

Use XMLNode::set_property API in WiimoteControlProtocol class

This commit is contained in:
Tim Mayberry 2016-08-30 12:11:03 +10:00
parent bd3965e278
commit bd533e305d

View File

@ -89,7 +89,7 @@ XMLNode&
WiimoteControlProtocol::get_state ()
{
XMLNode& node (ControlProtocol::get_state());
node.add_property (X_("feedback"), "0");
node.set_property (X_("feedback"), "0");
return node;
}