Changeset 1202
- Timestamp:
- 05/05/08 09:15:32 (1 week ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FileIO/OSB/OSGOSBGeoIntegralPropertyElement.h
r1198 r1202 89 89 /*! \{ */ 90 90 91 virtual void preWrite(FieldContainer * const fc) = 0;92 virtual void write (void ) = 0;91 virtual void preWrite(FieldContainer * const constfc) = 0; 92 virtual void write (void ) = 0; 93 93 94 94 void setPackData(bool pack); trunk/Source/System/Text/OSGTextWIN32Backend.cpp
r785 r1202 1196 1196 // Calculate the positions of the glyphs on the texture 1197 1197 prepareTexture(param); 1198 assert(_texture != N ullFC);1198 assert(_texture != NULL); 1199 1199 assert(_texture->getSize() == static_cast<UInt32>(_texture->getWidth() * _texture->getHeight())); 1200 1200
