diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-11-22 14:50:27 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-11-22 14:50:27 +0100 |
| commit | 811c5336e00e3357afeb0909a4d182d0c3bb6ad4 (patch) | |
| tree | fe10b6cb9309bef50e7458c5c203905b43529d24 /src/map_int.h | |
| parent | 62ac2dd91f81d8584d5ab585639dfe29eefc3e20 (diff) | |
| parent | 80101a458f40cc35f39e890baba1a891a83009e7 (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/map_int.h')
| -rw-r--r-- | src/map_int.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map_int.h b/src/map_int.h index 6e95c69..b7d74f8 100644 --- a/src/map_int.h +++ b/src/map_int.h @@ -14,7 +14,8 @@ extern "C" { */ struct HXmap_private { /* from struct HXmap */ - unsigned int items, flags; + size_t items; + unsigned int flags; /* private: */ enum HXmap_type type; |
