aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libother/otherderived.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libother/otherderived.cpp')
-rw-r--r--tests/libother/otherderived.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/libother/otherderived.cpp b/tests/libother/otherderived.cpp
index 10529ee2d..5659fe0cf 100644
--- a/tests/libother/otherderived.cpp
+++ b/tests/libother/otherderived.cpp
@@ -54,6 +54,12 @@ OtherDerived::pureVirtual()
{
}
+void*
+OtherDerived::pureVirtualReturningVoidPtr()
+{
+ return 0;
+}
+
void
OtherDerived::unpureVirtual()
{