minor edit

This commit is contained in:
fgerlits 2007-02-07 11:15:39 +00:00
parent f02576eed0
commit b5540ad4f0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {