aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsmart/smart_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsmart/smart_obj.h')
-rw-r--r--sources/shiboken6/tests/libsmart/smart_obj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken6/tests/libsmart/smart_obj.h b/sources/shiboken6/tests/libsmart/smart_obj.h
index 8fe45993f..579f3db4a 100644
--- a/sources/shiboken6/tests/libsmart/smart_obj.h
+++ b/sources/shiboken6/tests/libsmart/smart_obj.h
@@ -55,6 +55,9 @@ public:
int takeSharedPtrToObj(SharedPtr<Obj> pObj);
int takeSharedPtrToInteger(SharedPtr<Integer> pInt);
+ static SharedPtr<Integer> createSharedPtrToInteger(int value);
+ static SharedPtr<Integer> createNullSharedPtrToInteger();
+
int m_integer; // public for testing member field access.
Integer *m_internalInteger;
};