couple of cosmetic fixes

This commit is contained in:
aleks-f 2013-02-27 15:13:43 -06:00
parent 4e3ff72803
commit f98fa4b05a
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ public:
DW_ITEM_MOVED_FROM = 8,
/// An item has been renamed or moved. This event delivers the old name.
DW_ITEM_MOVED_TO = 16,
DW_ITEM_MOVED_TO = 16
/// An item has been renamed or moved. This event delivers the new name.
};

View File

@ -117,7 +117,7 @@ void FormattingChannel::log(const Message& msg)
_pChannel->log(msg);
}
}
};
}
void FormattingChannel::setProperty(const std::string& name, const std::string& value)