aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libx3dtk/files/patch-examples-infoReader-Date.h
blob: 3ee3791822744b5c741a5b0b9db43befc89a7dca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** examples/infoReader/Date.h.orig Thu Sep 28 13:22:51 2006
--- examples/infoReader/Date.h  Thu Sep 28 13:23:03 2006
***************
*** 17,23 ****
    int year;    
  };
  
! std::ostream& X3DTK::operator<<(std::ostream& o, const Date &date);
  
  }
  
--- 17,23 ----
    int year;    
  };
  
! std::ostream& operator<<(std::ostream& o, const Date &date);
  
  }