summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2025-12-26 09:41:24 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2025-12-26 09:41:24 +0100
commit178e8c135a60e9f206dcfbad8bab7bb868e6a294 (patch)
tree05aa6ad4e9e3f68aea29c1ff8b1c1f445f6c0a3f /src/ui
parent6abbea56a6bfa69cb5e576223301f0c992b646fa (diff)
linux port
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/ui_tax.cpp2
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()
{