Changeset 1039 for branches/Carsten_PtrWork2/Source/System/Statistics/Foregrounds/OSGStatisticsDefaultFont.h
- Timestamp:
- 01/16/08 16:07:40 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Statistics/Foregrounds/OSGStatisticsDefaultFont.h
r1037 r1039 68 68 private: 69 69 70 static bool releaseTextFace(void); 71 70 72 template <class SingletonT> 71 73 friend class SingletonHolder; … … 87 89 88 90 /** Texture object chunk that keeps the texture for the default font */ 89 TextureObjChunk RefPtr _texObjChunk;91 TextureObjChunkGlobalMTRefPtr _texObjChunk; 90 92 }; 91 93
