diff --git a/campcaster/src/modules/core/src/OptionsContainer.cxx b/campcaster/src/modules/core/src/OptionsContainer.cxx index 661c81193..175f5ce68 100644 --- a/campcaster/src/modules/core/src/OptionsContainer.cxx +++ b/campcaster/src/modules/core/src/OptionsContainer.cxx @@ -354,7 +354,7 @@ OptionsContainer :: createNode(OptionItemString optionItem) throw () { xmlpp::Element * rootNode = optionsDocument.get_root_node(); xmlpp::Element * element = 0; - xmlpp::Node * attribute = 0; + xmlpp::Attribute * attribute = 0; // only supports the serialDeviceName option item, for now switch (optionItem) {