Changeset 131


Ignore:
Timestamp:
Oct 12, 2010, 9:47:39 AM (14 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
osgVisual/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/core/leakDetection.h

    r88 r131  
    2222#ifdef _DEBUG
    2323        #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
    2729                #endif
    2830        #endif
  • osgVisual/include/sky_Silverlining/visual_skySilverLining.h

    r93 r131  
    5858class visual_skySilverLining : public osg::Geode
    5959{
    60         #include <leakDetection.h>
     60        //#include <leakDetection.h>
    6161public:
    6262        /**
Note: See TracChangeset for help on using the changeset viewer.