Fix coverity error 1061545

This commit is contained in:
Dennis Luxen 2013-08-09 12:51:21 +02:00
parent 1e1e254897
commit 4727bb5c9b

View File

@ -104,7 +104,6 @@ public:
private: private:
LogLevel level; LogLevel level;
std::ostringstream os; std::ostringstream os;
bool m_is_mute;
}; };
#endif /* SIMPLE_LOGGER_H_ */ #endif /* SIMPLE_LOGGER_H_ */