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 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