summaryrefslogtreecommitdiff
path: root/include/ui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp2
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);