diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-11-01 14:09:04 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-11-01 14:09:04 +0100 |
| commit | a2918b9724a65ba147cfafc6bcf8d410a647330b (patch) | |
| tree | 3b8ca3ee934a239f458b889f06beb673fa32ffa4 /include/ui.hpp | |
| parent | 9b8664daf17dac9efb1f4add9d00c562e4ddbf40 (diff) | |
export ui, localizations
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 8b3d10d..86778bc 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -90,7 +90,7 @@ namespace ImGui int InputTextWithAutocomplete(const char* hint, char* buffer, size_t buf_size, char** suggestions, int suggestion_count, bool has_error); void InputTextWithErrorHint(const char* hint, char* buffer, size_t buf_size, bool has_error); - bool FileSelect(char* text, char* buffer); + bool FileSelect(const char* text, char* buffer); void ContactForm(contact* buffer, bool viewing_only = false, bool with_autocomplete = false, bool active_countries_only = false); void DeliveryInfoForm(delivery_info* buffer, bool viewing_only = false); void AddressForm(address* buffer, a_err last_err, bool active_countries_only = false); |
