aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/pairuser.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/pairuser.h')
-rw-r--r--sources/shiboken6/tests/libsample/pairuser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/libsample/pairuser.h b/sources/shiboken6/tests/libsample/pairuser.h
index 595b3fe7e..ee51d818e 100644
--- a/sources/shiboken6/tests/libsample/pairuser.h
+++ b/sources/shiboken6/tests/libsample/pairuser.h
@@ -12,7 +12,9 @@
class LIBSAMPLE_API PairUser
{
public:
- PairUser() = default;
+ LIBMINIMAL_DEFAULT_COPY_MOVE(PairUser)
+
+ PairUser() noexcept = default;
virtual ~PairUser() = default;
virtual std::pair<int, int> createPair();