aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/functions.h')
-rw-r--r--sources/shiboken6/tests/libsample/functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken6/tests/libsample/functions.h b/sources/shiboken6/tests/libsample/functions.h
index 46ccd196c..273809d6c 100644
--- a/sources/shiboken6/tests/libsample/functions.h
+++ b/sources/shiboken6/tests/libsample/functions.h
@@ -89,6 +89,8 @@ LIBSAMPLE_API double sumDoubleMatrix(double m[2][3]);
LIBSAMPLE_API std::string addStdStrings(const std::string &s1, const std::string &s2);
LIBSAMPLE_API std::wstring addStdWStrings(const std::wstring &s1, const std::wstring &s2);
+LIBSAMPLE_API void testNullPtrT(std::nullptr_t);
+
class LIBSAMPLE_API ArrayModifyTest
{
public: