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