From 3ca81abb5f99a00004546d86a725e0d8a0f5ae77 Mon Sep 17 00:00:00 2001 From: renatofilho Date: Mon, 18 Oct 2010 15:28:11 -0300 Subject: Created test for abstract function with not exported type as agument. Reviewer: Hugo Parente Lima Luciano Wolf --- tests/libsample/derived.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/libsample/derived.h') 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"; } -- cgit v1.2.3