Skip to content

Commit d1810db

Browse files
committed
Add virtual dtor for IReferenceCounters
1 parent 8ef3e61 commit d1810db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Primitives/interface/ReferenceCounters.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ typedef Int32 ReferenceCounterValueType;
4444
class IReferenceCounters
4545
{
4646
public:
47+
48+
virtual ~IReferenceCounters(){}
4749
/// Increments the number of strong references by 1.
4850

4951
/// \return The number of strong references after incrementing the counter.

0 commit comments

Comments
 (0)