]> git.mxchange.org Git - flightgear.git/commitdiff
Fix for namespace scope.
authorJames Turner <zakalawe@mac.com>
Tue, 22 Jan 2013 17:15:19 +0000 (18:15 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 22 Jan 2013 17:15:19 +0000 (18:15 +0100)
src/Instrumentation/KLN89/kln89_page_cal.hxx

index d77806e96af0754510751bcb9108bcd81b6f4369..5abfcdbf38ed5eab71e4f57434feea5d86538094 100644 (file)
@@ -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);
 }