diff options
author | crupest <crupest@outlook.com> | 2022-03-10 21:31:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-03-10 21:31:54 +0800 |
commit | f99d56cf4091baf34636436de42ac84f4f92ae66 (patch) | |
tree | d23966d20ae33f54fe98390784ee06efdc36336e /src/theme_builder/components/MainWindow.h | |
parent | 168817476f85e8dbc04c06691a73a7d75c4858d5 (diff) | |
download | cru-f99d56cf4091baf34636436de42ac84f4f92ae66.tar.gz cru-f99d56cf4091baf34636436de42ac84f4f92ae66.tar.bz2 cru-f99d56cf4091baf34636436de42ac84f4f92ae66.zip |
...
Diffstat (limited to 'src/theme_builder/components/MainWindow.h')
-rw-r--r-- | src/theme_builder/components/MainWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theme_builder/components/MainWindow.h b/src/theme_builder/components/MainWindow.h index 8d1675f3..ede1c38f 100644 --- a/src/theme_builder/components/MainWindow.h +++ b/src/theme_builder/components/MainWindow.h @@ -7,7 +7,7 @@ #include "cru/ui/controls/TextBlock.h" #include "cru/ui/controls/Window.h" -namespace cru::theme_builder { +namespace cru::theme_builder::components { class MainWindow : public ui::components::Component { public: MainWindow(); @@ -29,4 +29,4 @@ class MainWindow : public ui::components::Component { ui::controls::TextBlock preview_button_text_; StyleRuleSetEditor style_rule_set_editor_; }; -} // namespace cru::theme_builder +} // namespace cru::theme_builder::components |