Skip to content

Commit

Permalink
core: Remove Logger inheritance from std::ostream
Browse files Browse the repository at this point in the history
This inheritance caused strange problems on OSX 10.9
  • Loading branch information
cawka committed Feb 16, 2014
1 parent 1cc50d4 commit 0e36bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/model/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ class LogComponent {
std::string m_name;
};

class ParameterLogger : public std::ostream
class ParameterLogger // : public std::ostream
{
int m_itemNumber;
std::ostream &m_os;
Expand Down

0 comments on commit 0e36bc3

Please sign in to comment.