aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libother/othermultiplederived.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libother/othermultiplederived.cpp')
-rw-r--r--sources/shiboken2/tests/libother/othermultiplederived.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/libother/othermultiplederived.cpp b/sources/shiboken2/tests/libother/othermultiplederived.cpp
index 554df3c76..e7ee4f96d 100644
--- a/sources/shiboken2/tests/libother/othermultiplederived.cpp
+++ b/sources/shiboken2/tests/libother/othermultiplederived.cpp
@@ -45,6 +45,6 @@ Base1* OtherMultipleDerived::createObject(const std::string& objName)
return new MDerived3;
else if (objName == "OtherMultipleDerived")
return new OtherMultipleDerived;
- return 0;
+ return nullptr;
}