diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-11-24 06:50:20 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-11-24 06:50:20 +0100 |
| commit | d2c60504265dbd03a31c357724618bac70ac4ffe (patch) | |
| tree | b630969b8f5ae3690f764738b249668fcef843df /src/map_int.h | |
| parent | afd606e6806b6c34b816893f6d04789d86a83fbc (diff) | |
| parent | a384d3bf0397c8237f3a78e690db6d9141e6345c (diff) | |
Merge branch 'release/debian/5.2-1_exp1'HEADdebian/5.2-1_exp1master
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; |
