- Timestamp:
- Oct 12, 2010, 9:47:39 AM (14 years ago)
- Location:
- osgVisual/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/core/leakDetection.h
r88 r131 22 22 #ifdef _DEBUG 23 23 #ifdef WIN32 24 #ifndef DBG_NEW 25 #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) 26 #define new DBG_NEW 24 #ifndef USE_SKY_SILVERLINING 25 #ifndef DBG_NEW 26 #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) 27 #define new DBG_NEW 28 #endif 27 29 #endif 28 30 #endif -
osgVisual/include/sky_Silverlining/visual_skySilverLining.h
r93 r131 58 58 class visual_skySilverLining : public osg::Geode 59 59 { 60 #include <leakDetection.h>60 //#include <leakDetection.h> 61 61 public: 62 62 /**
Note: See TracChangeset
for help on using the changeset viewer.