We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f13b5 commit ac79c85Copy full SHA for ac79c85
Primitives/interface/ReferenceCounters.h
@@ -44,7 +44,7 @@ typedef Int32 ReferenceCounterValueType;
44
class IReferenceCounters
45
{
46
public:
47
- virtual ~IReferenceCounters() {};
+ virtual ~IReferenceCounters(){};
48
49
/// Increments the number of strong references by 1.
50
0 commit comments