aboutsummaryrefslogtreecommitdiff
path: root/src/theme_builder/components/MainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme_builder/components/MainWindow.cpp')
-rw-r--r--src/theme_builder/components/MainWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theme_builder/components/MainWindow.cpp b/src/theme_builder/components/MainWindow.cpp
index fa8b04bc..0c78ef25 100644
--- a/src/theme_builder/components/MainWindow.cpp
+++ b/src/theme_builder/components/MainWindow.cpp
@@ -3,7 +3,7 @@
#include "cru/ui/controls/StackLayout.h"
#include "cru/ui/controls/TextBlock.h"
-namespace cru::theme_builder {
+namespace cru::theme_builder::components {
using namespace cru::ui;
using namespace cru::ui::controls;
using namespace cru::platform::gui;
@@ -34,4 +34,4 @@ void MainWindow::Show() {
window_.GetNativeWindow()->SetVisibility(WindowVisibilityType::Show);
window_.GetNativeWindow()->SetToForeground();
}
-} // namespace cru::theme_builder
+} // namespace cru::theme_builder::components