diff options
Diffstat (limited to 'src/ui')
| -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() { |
