Commit 68289853 authored by DanmeiChen's avatar DanmeiChen
Browse files

fix build error

1 merge request!148fix build
Showing with 1 addition and 1 deletion
......@@ -332,7 +332,7 @@ public:
friend pumpstream& operator<<(pumpstream& __os, std::ostream& (*pf)(std::ostream&));
private:
std::ostringstream mOstringstream{};
std::ostringstream mOstringstream;
bool mIslogLevelEnabled = false;
const char* mDomain;
const BctbxLogLevel mLevel;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment