aboutsummaryrefslogtreecommitdiff
path: root/core/src/UI/UI_DatabaseView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/UI/UI_DatabaseView.cpp')
-rw-r--r--core/src/UI/UI_DatabaseView.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/UI/UI_DatabaseView.cpp b/core/src/UI/UI_DatabaseView.cpp
index 96ef1d7..e128a59 100644
--- a/core/src/UI/UI_DatabaseView.cpp
+++ b/core/src/UI/UI_DatabaseView.cpp
@@ -16,7 +16,7 @@
#include <memory>
#include <vector>
-namespace {
+namespace CPLT_UNITY_ID {
// TODO move to Settings
constexpr int kMaxEntriesPerPage = 32;
@@ -638,15 +638,15 @@ public:
}
#pragma clang diagnostic pop
};
-} // namespace
+} // namespace CPLT_UNITY_ID
void UI::DatabaseViewTab()
{
auto& gs = GlobalStates::GetInstance();
static Project* currentProject = nullptr;
- static SalesTableView sales;
- static PurchasesTableView purchases;
+ static CPLT_UNITY_ID::SalesTableView sales;
+ static CPLT_UNITY_ID::PurchasesTableView purchases;
if (currentProject != gs.GetCurrentProject()) {
currentProject = gs.GetCurrentProject();