diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-27 10:39:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-28 08:32:00 +0200 |
commit | 2191ff899b77fac2d871427452832476cf6231e4 (patch) | |
tree | 4977a6288bb2d892c18eff23e13d0cb5f2d7f511 /tools/source | |
parent | 9aab0e9ac656be862049a592587865f7c15f0fd4 (diff) |
debug only code Resource::TestRes()
Change-Id: I00743ded162ea2772b2fe74df8aecf1fd3a390fa
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 249c20c522cc..ae9cd4cd4b16 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -394,11 +394,13 @@ void ResMgrContainer::freeResMgr( InternalResMgr* pResMgr ) } } +#ifdef DBG_UTIL void Resource::TestRes() { if( m_pResMgr ) m_pResMgr->TestStack( this ); } +#endif struct ImpContent { |