mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-30 05:39:03 +01:00
couple of cosmetic fixes
This commit is contained in:
parent
4e3ff72803
commit
f98fa4b05a
@ -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.
|
||||
};
|
||||
|
||||
|
@ -117,7 +117,7 @@ void FormattingChannel::log(const Message& msg)
|
||||
_pChannel->log(msg);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
void FormattingChannel::setProperty(const std::string& name, const std::string& value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user