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:
parent
33f43a9300
commit
1d13860d12
1 changed files with 2 additions and 0 deletions
|
@ -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 );
|
||||||
|
|
Loading…
Reference in a new issue