summaryrefslogtreecommitdiff
path: root/salhelper/test/rtti/samplelibrtti.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/test/rtti/samplelibrtti.cxx')
-rw-r--r--salhelper/test/rtti/samplelibrtti.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/salhelper/test/rtti/samplelibrtti.cxx b/salhelper/test/rtti/samplelibrtti.cxx
index 15e2662d59cd..4830eb7a1bea 100644
--- a/salhelper/test/rtti/samplelibrtti.cxx
+++ b/salhelper/test/rtti/samplelibrtti.cxx
@@ -3,6 +3,7 @@
// MyClassA =============================================================
void MyClassA::funcA()
{
+ printf("MyClassA::funcA \n");
}
void MyClassA::funcB()
@@ -20,6 +21,8 @@ void MyClassA::funcD()
// MyClassB ===============================================================
void MyClassB::funcA()
{
+
+ printf("MyClassA::funcB \n");
}
void MyClassB::funcB()