aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/derived.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/derived.h')
-rw-r--r--tests/libsample/derived.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libsample/derived.h b/tests/libsample/derived.h
index 07c11caff..73f132d06 100644
--- a/tests/libsample/derived.h
+++ b/tests/libsample/derived.h
@@ -76,6 +76,8 @@ public:
static Abstract* triggerImpossibleTypeDiscovery();
static Abstract* triggerAnotherImpossibleTypeDiscovery();
+
+ void hideFunction(HideType*) {}
protected:
const char* getClassName() { return className(); }
virtual const char* className() { return "Derived"; }