Fix for namespace scope.
This commit is contained in:
parent
980105385d
commit
13303f96a1
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ private:
|
|||
};
|
||||
|
||||
|
||||
inline ostream& operator<< (ostream& out, const ClockTime& t) {
|
||||
inline std::ostream& operator<< (std::ostream& out, const ClockTime& t) {
|
||||
return(out << t._hr << ':' << t._min);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue