summaryrefslogtreecommitdiff
path: root/sysutils/xosview/patches/patch-at
blob: b1929e9f168f181c756138b757900f97b0e92c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-at,v 1.1 2003/10/01 01:14:35 christos Exp $

--- timer.h.orig	1999-02-16 09:08:34.000000000 -0500
+++ timer.h	2003-09-30 20:44:15.000000000 -0400
@@ -36,3 +36,3 @@
   
-  ostream &printOn(ostream &os) const {
+  std::ostream &printOn(std::ostream &os) const {
     return os <<"Timer : ["
@@ -49,3 +49,3 @@
 
-inline ostream &operator<<(ostream &os, const Timer &t){
+inline std::ostream &operator<<(std::ostream &os, const Timer &t){
   return t.printOn(os);