summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-27 10:39:21 +0200
committerNoel Grandin <noel@peralex.com>2014-02-28 08:32:00 +0200
commit2191ff899b77fac2d871427452832476cf6231e4 (patch)
tree4977a6288bb2d892c18eff23e13d0cb5f2d7f511 /tools
parent9aab0e9ac656be862049a592587865f7c15f0fd4 (diff)
debug only code Resource::TestRes()
Change-Id: I00743ded162ea2772b2fe74df8aecf1fd3a390fa
Diffstat (limited to 'tools')
-rw-r--r--tools/source/rc/resmgr.cxx2
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
{