Changeset 87 for osgVisual/include/core
- Timestamp:
- Jul 28, 2010, 5:13:22 PM (14 years ago)
- Location:
- osgVisual/include/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/core/leakDetection.h
r86 r87 21 21 22 22 #ifdef _DEBUG 23 #ifndef DBG_NEW 24 #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) 25 #define new DBG_NEW 23 #ifdef WIN32 24 #ifndef DBG_NEW 25 #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) 26 #define new DBG_NEW 27 #endif 26 28 #endif 27 29 #endif -
osgVisual/include/core/visual_core.h
r67 r87 160 160 161 161 osg::ref_ptr<osgGA::NodeTrackerManipulator> nt; 162 163 osg::ref_ptr<visual_debug_hud> hud; 162 164 }; 163 165
Note: See TracChangeset
for help on using the changeset viewer.