Added destructor to TwoRefCounts.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@814 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2007-03-01 01:23:22 +00:00
parent 33f43a9300
commit 1d13860d12

View file

@ -561,6 +561,8 @@ protected:
Increment( strong ); Increment( strong );
} }
~TwoRefCounts( void );
inline bool Release( bool strong ) inline bool Release( bool strong )
{ {
return Decrement( strong ); return Decrement( strong );