aboutsummaryrefslogtreecommitdiff
path: root/src/theme_builder/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme_builder/main.cpp')
-rw-r--r--src/theme_builder/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theme_builder/main.cpp b/src/theme_builder/main.cpp
index df03b379..0c5b2159 100644
--- a/src/theme_builder/main.cpp
+++ b/src/theme_builder/main.cpp
@@ -5,14 +5,14 @@
#include "cru/ui/ThemeResourceDictionary.h"
int main() {
- using namespace cru::theme_builder;
+ using namespace cru::theme_builder::components;
using namespace cru::ui;
auto resource_dir = cru::io::GetResourceDir();
ThemeManager::GetInstance()->PrependThemeResourceDictionary(
- ThemeResourceDictionary::FromFile(resource_dir /
- "cru/theme_builder/ThemeResources.xml"));
+ ThemeResourceDictionary::FromFile(
+ resource_dir / "cru/theme_builder/ThemeResources.xml"));
std::unique_ptr<cru::platform::gui::IUiApplication> application(
cru::platform::bootstrap::CreateUiApplication());