From 9a16fd2cf0bca13d8a3015da89833db2230b391f Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 20 Sep 2025 19:38:37 +0200 Subject: ui refactor --- include/ui.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ui.hpp') diff --git a/include/ui.hpp b/include/ui.hpp index d6c5fad..3a8ce66 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -98,8 +98,8 @@ namespace ImGui int TextInputWithAutocomplete(const char* hint, char* buffer, size_t buf_size, char** suggestions, int suggestion_count, bool has_error); void FormContactAutocomplete(contact* buffer, bool has_error); - void FormInputTextWithErrorHint(const char* hint, void* data, char* buffer, size_t buf_size, bool has_error); - void FormCountryCombo(void* data, char* buffer, size_t buf_size); + void FormInputTextWithErrorHint(const char* hint, char* buffer, size_t buf_size, bool has_error); + void FormCountryCombo(char* buffer, size_t buf_size); void FormContactTypeCombo(contact_type* type); void FormCostCenterCombo(char* costcenter_id); void FormProjectCombo(char* project_id); -- cgit v1.2.3-70-g09d2