summaryrefslogtreecommitdiffstats
path: root/examples/tag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tag.cpp')
-rw-r--r--examples/tag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tag.cpp b/examples/tag.cpp
index 6497dd4..74435c1 100644
--- a/examples/tag.cpp
+++ b/examples/tag.cpp
@@ -1,7 +1,7 @@
/*! A class that is inherited from the external class Test.
*/
-class Tag : public Test
+class Tag : public Example_Test
{
public:
/*! an overloaded member. */