aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsmart/smart_integer.h
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2022-09-24 03:01:04 +0000
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2022-09-24 03:01:04 +0000
commit5a93b20553ab55b94fef60fa5f92387f4ead6bea (patch)
tree9f94db8d9fa6331dac49ff9a849b58d036aabcf3 /sources/shiboken6/tests/libsmart/smart_integer.h
parent09189296271176e32507100f32e9ee1b155b61f7 (diff)
parent76d6758a8d6f5136d5eba63e787fbf27ed5450e5 (diff)
Merge branch 6.3 into wip/6.3_pypywip/6.3_pypy
Diffstat (limited to 'sources/shiboken6/tests/libsmart/smart_integer.h')
-rw-r--r--sources/shiboken6/tests/libsmart/smart_integer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/libsmart/smart_integer.h b/sources/shiboken6/tests/libsmart/smart_integer.h
index 0f2dfcec9..a9ee6b1c4 100644
--- a/sources/shiboken6/tests/libsmart/smart_integer.h
+++ b/sources/shiboken6/tests/libsmart/smart_integer.h
@@ -81,7 +81,8 @@ namespace Smart {
class LIB_SMART_API Integer2 : public Integer {
public:
Integer2();
- Integer2(const Integer2 &other);
+ Integer2(const Integer2 &);
+ Integer2 &operator=(const Integer2 &);
};
} // namespace Smart