summaryrefslogtreecommitdiff
path: root/tests/testsrc/good/virtual1.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsrc/good/virtual1.h')
-rw-r--r--tests/testsrc/good/virtual1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testsrc/good/virtual1.h b/tests/testsrc/good/virtual1.h
index c66c08a..a82e2ec 100644
--- a/tests/testsrc/good/virtual1.h
+++ b/tests/testsrc/good/virtual1.h
@@ -22,10 +22,12 @@
class Test1 notfinal
{
+ A_DEFAULT_COPY(Test1)
}
class Test2 final : public Test1
{
+ A_DEFAULT_COPY(Test2)
}