aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/sometime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/sometime.cpp')
-rw-r--r--sources/shiboken6/tests/libsample/sometime.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/shiboken6/tests/libsample/sometime.cpp b/sources/shiboken6/tests/libsample/sometime.cpp
index 7f9bc24c3..22c894c9a 100644
--- a/sources/shiboken6/tests/libsample/sometime.cpp
+++ b/sources/shiboken6/tests/libsample/sometime.cpp
@@ -31,8 +31,7 @@ Time::somethingCompletelyDifferent()
return ZeroArgs;
}
-Time::NumArgs
-Time::somethingCompletelyDifferent(int h, int m, ImplicitConv ic, ObjectType* type)
+Time::NumArgs Time::somethingCompletelyDifferent(int, int, ImplicitConv ic, ObjectType *type)
{
if (type)
return FourArgs;