Changeset 925 for code/branches/core2/src/util/tinyxml
- Timestamp:
 - Mar 26, 2008, 1:36:35 AM (18 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          code/branches/core2/src/util/tinyxml/ticpp.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/core2/src/util/tinyxml/ticpp.h
r871 r925 973 973 Stream output operator. 974 974 */ 975 friend std::ostream& operator <<( std::ostream& out, Node& base )975 friend std::ostream& operator <<( std::ostream& out, const Node& base ) 976 976 { 977 977 out << *base.GetTiXmlPointer();  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






