From ee450783622008698647010540d9b9a9d55cb323 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Tue, 15 Mar 2022 22:29:53 -0700 Subject: Temporarily switch to cstdio instead of custom FileStream implementation --- core/src/UI/UI_DatabaseView.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/src/UI/UI_DatabaseView.cpp') 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 #include -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(); -- cgit v1.2.3-70-g09d2