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 bd9e866 commit 9959941Copy full SHA for 9959941
tests/VTables/VTables.cpp
@@ -4,6 +4,10 @@ Foo::Foo()
4
{
5
}
6
7
+Foo::~Foo()
8
+{
9
+}
10
+
11
int Foo::vfoo()
12
13
return 5;
tests/VTables/VTables.h
@@ -10,6 +10,7 @@ class DLL_API Foo
};
Foo();
+ ~Foo();
14
virtual int vfoo();
15
virtual int vbar();
16
0 commit comments