Skip to content
Snippets Groups Projects
Commit 3608144a authored by René Fritze's avatar René Fritze
Browse files

make Progressbar compatible with LogStreams

parent 0619811c
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,12 @@ public:
}
}
//! alias for ostream compat
void flush()
{
Flush();
}
void Flush()
{
if (logflags_ & loglevel_) { // flush buffer into stream
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment