Fix non-DBG_UTIL case.

This commit is contained in:
Stephan Bergmann 2012-01-21 17:51:19 +01:00
parent 7c704c78d3
commit c76d098cd8

View file

@ -108,7 +108,7 @@ public:
SwCache( const sal_uInt16 nInitSize, const rtl::OString &rNm );
~SwCache();
#else
SwCache( const sal_uInt16 nInitSize, const sal_uInt16 nGrowSize );
SwCache( const sal_uInt16 nInitSize );
#endif
void Flush( const sal_uInt8 nPercent = 100 );