From a2918b9724a65ba147cfafc6bcf8d410a647330b Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 1 Nov 2025 14:09:04 +0100 Subject: export ui, localizations --- include/ui.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ui.hpp') 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); -- cgit v1.2.3-70-g09d2