aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/sbkdate.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/sbkdate.h')
-rw-r--r--sources/shiboken6/tests/libsample/sbkdate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/shiboken6/tests/libsample/sbkdate.h b/sources/shiboken6/tests/libsample/sbkdate.h
index d102f62b8..5e1dd0b84 100644
--- a/sources/shiboken6/tests/libsample/sbkdate.h
+++ b/sources/shiboken6/tests/libsample/sbkdate.h
@@ -9,7 +9,7 @@
class LIBSAMPLE_API SbkDate
{
public:
- SbkDate(int d, int m, int y);
+ explicit SbkDate(int d, int m, int y);
int day() const;
int month() const;
@@ -22,4 +22,3 @@ private:
};
#endif // SBKDATE_H
-