aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/blackbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/blackbox.h')
-rw-r--r--sources/shiboken6/tests/libsample/blackbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/libsample/blackbox.h b/sources/shiboken6/tests/libsample/blackbox.h
index 2cc8c66bd..9d32670dd 100644
--- a/sources/shiboken6/tests/libsample/blackbox.h
+++ b/sources/shiboken6/tests/libsample/blackbox.h
@@ -17,7 +17,8 @@ public:
using ObjectTypeMap = std::map<int, ObjectType*>;
using PointMap = std::map<int, Point*>;
- BlackBox() = default;
+ LIBMINIMAL_DEFAULT_COPY_MOVE(BlackBox)
+ BlackBox() noexcept = default;
~BlackBox();
int keepObjectType(ObjectType *object);