diff --git a/include/loki/StrongPtr.h b/include/loki/StrongPtr.h index d521dae..b0943e9 100644 --- a/include/loki/StrongPtr.h +++ b/include/loki/StrongPtr.h @@ -561,6 +561,8 @@ protected: Increment( strong ); } + ~TwoRefCounts( void ); + inline bool Release( bool strong ) { return Decrement( strong );