Bugfix of overloaded << operator

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1964 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hellwig
2012-11-30 16:50:06 +00:00
parent d7842c2ad7
commit c689c159fb

View File

@ -67,7 +67,7 @@ public:
};
inline std::ostream& operator<< (std::ostream& os, const WallclockTimer& w)
{ return os << w.getRuntimeAsString(); }
{ return os << w.getRuntimeAsString().c_str(); }
} // end-of-namespace: fail