aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libother/otherderived.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libother/otherderived.cpp')
-rw-r--r--sources/shiboken2/tests/libother/otherderived.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/libother/otherderived.cpp b/sources/shiboken2/tests/libother/otherderived.cpp
index 5b1714f2a..d23f6ad23 100644
--- a/sources/shiboken2/tests/libother/otherderived.cpp
+++ b/sources/shiboken2/tests/libother/otherderived.cpp
@@ -51,7 +51,7 @@ OtherDerived::pureVirtual()
void*
OtherDerived::pureVirtualReturningVoidPtr()
{
- return 0;
+ return nullptr;
}
void