diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-16 20:24:28 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-16 20:24:28 +0200 |
| commit | 543aa7d53136037f07302a5653bba90751ac1552 (patch) | |
| tree | 0911a4fbba487fbb28acb6a5934af0a95c024c64 /src/ui/ui_settings.cpp | |
| parent | 50848b2dd97093dd407ed7199118bca011f1aa4c (diff) | |
more refactors
Diffstat (limited to 'src/ui/ui_settings.cpp')
| -rw-r--r-- | src/ui/ui_settings.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/ui_settings.cpp b/src/ui/ui_settings.cpp index 69c4f54..3f9ab6d 100644 --- a/src/ui/ui_settings.cpp +++ b/src/ui/ui_settings.cpp @@ -11,11 +11,11 @@ extern void draw_contact_form(contact* buffer, bool viewing_only = false); static contact company_info; -country_tax_bracket* tax_brackets; u32 tax_bracket_count; +country_tax_bracket* tax_brackets = 0; -cost_center* cost_centers; u32 cost_center_count; +cost_center* cost_centers = 0; void ui_destroy_settings() { |
