diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2025-12-26 09:41:24 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2025-12-26 09:41:24 +0100 |
| commit | 178e8c135a60e9f206dcfbad8bab7bb868e6a294 (patch) | |
| tree | 05aa6ad4e9e3f68aea29c1ff8b1c1f445f6c0a3f /src/ui/ui_tax.cpp | |
| parent | 6abbea56a6bfa69cb5e576223301f0c992b646fa (diff) | |
linux port
Diffstat (limited to 'src/ui/ui_tax.cpp')
| -rw-r--r-- | src/ui/ui_tax.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_tax.cpp b/src/ui/ui_tax.cpp index 8a119e4..af05cd7 100644 --- a/src/ui/ui_tax.cpp +++ b/src/ui/ui_tax.cpp @@ -22,7 +22,7 @@ #include "locales.hpp" #include "administration.hpp" -tax_statement* statement = 0; +static tax_statement* statement = 0; void ui::setup_tax_report() { |
