From 13303f96a1daf6593d2c9f9ff703241a8bc31b14 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 22 Jan 2013 18:15:19 +0100 Subject: [PATCH] Fix for namespace scope. --- src/Instrumentation/KLN89/kln89_page_cal.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Instrumentation/KLN89/kln89_page_cal.hxx b/src/Instrumentation/KLN89/kln89_page_cal.hxx index d77806e96..5abfcdbf3 100644 --- a/src/Instrumentation/KLN89/kln89_page_cal.hxx +++ b/src/Instrumentation/KLN89/kln89_page_cal.hxx @@ -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); } -- 2.39.5