mirror of
https://github.com/mappu/miqt.git
synced 2025-04-03 12:20:21 +00:00
fix issues/125
This commit is contained in:
parent
4c0d782bd3
commit
8afbe0092a
@ -16,7 +16,7 @@ QHashSeed* QHashSeed_new2(size_t d) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
size_t QHashSeed_ToUnsignedLong(const QHashSeed* self) {
|
size_t QHashSeed_ToUnsignedLong(const QHashSeed* self) {
|
||||||
return self->operator unsigned long();
|
return static_cast<unsigned long>(*self);
|
||||||
}
|
}
|
||||||
|
|
||||||
QHashSeed* QHashSeed_GlobalSeed() {
|
QHashSeed* QHashSeed_GlobalSeed() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user