From 0821197bc1c57c756e737740d6a6de9c83314fae Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 9 Jan 2026 17:30:15 +0100 Subject: fix warnings --- 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 54d3e97..4636601 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -111,7 +111,7 @@ namespace ImGui void ProjectDropdown(char* project_id); void TaxRateDropdown(char* tax_internal_code, bool outgoing, bool has_error); bool CurrencyDropdown(char* currency); - void ToggleDropdown(bool *buffer, char* option1, char* option2); + void ToggleDropdown(bool *buffer, const char* option1, const char* option2); bool BeginExportDropdown(const char* title, const char* text, exporter::export_request* active_request); } \ No newline at end of file -- cgit v1.2.3-70-g09d2