diff --git a/qt6/gen_qhashfunctions.cpp b/qt6/gen_qhashfunctions.cpp index 7b1be934..e58096e2 100644 --- a/qt6/gen_qhashfunctions.cpp +++ b/qt6/gen_qhashfunctions.cpp @@ -16,7 +16,7 @@ QHashSeed* QHashSeed_new2(size_t d) { } size_t QHashSeed_ToUnsignedLong(const QHashSeed* self) { - return self->operator unsigned long(); + return static_cast(*self); } QHashSeed* QHashSeed_GlobalSeed() {