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