Changeset 9630 for OpenSceneGraph/trunk/src/osgText/String.cpp
- Timestamp:
- 02/02/09 21:35:19 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgText/String.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgText/String.cpp
r9376 r9630 55 55 unsigned int _index; 56 56 unsigned char _nullCharacter; 57 58 protected: 59 60 look_ahead_iterator& operator = (const look_ahead_iterator&) { return *this; } 57 61 }; 58 62
