summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-20 19:38:37 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-20 19:38:37 +0200
commit9a16fd2cf0bca13d8a3015da89833db2230b391f (patch)
treec530e73e50fe41a2ca52d058a657f3a01f1265ef /include
parent214852f61cd3b9fda257044e9d822b94b4be7e5d (diff)
ui refactor
Diffstat (limited to 'include')
-rw-r--r--include/ui.hpp4
1 files changed, 2 insertions, 2 deletions
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);