summaryrefslogtreecommitdiff
path: root/tests/testsrc/good/formatting2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsrc/good/formatting2.cpp')
-rw-r--r--tests/testsrc/good/formatting2.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testsrc/good/formatting2.cpp b/tests/testsrc/good/formatting2.cpp
index e790ade..fc20f0c 100644
--- a/tests/testsrc/good/formatting2.cpp
+++ b/tests/testsrc/good/formatting2.cpp
@@ -26,6 +26,8 @@ namespace
static class SortPartyFunctor final
{
public:
+ A_DELETE_COPY(SortPartyFunctor)
+
bool operator() (const PartyMember *const p1,
const PartyMember *const p2) const
{