diff options
Diffstat (limited to 'src/theme_builder/components/StyleRuleSetEditor.h')
-rw-r--r-- | src/theme_builder/components/StyleRuleSetEditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theme_builder/components/StyleRuleSetEditor.h b/src/theme_builder/components/StyleRuleSetEditor.h index c58a7a3d..3ffad77f 100644 --- a/src/theme_builder/components/StyleRuleSetEditor.h +++ b/src/theme_builder/components/StyleRuleSetEditor.h @@ -7,7 +7,7 @@ #include "cru/ui/controls/ScrollView.h" #include "cru/ui/style/StyleRuleSet.h" -namespace cru::theme_builder { +namespace cru::theme_builder::components { class StyleRuleSetEditor : public ui::components::Component { public: StyleRuleSetEditor(); @@ -32,4 +32,4 @@ class StyleRuleSetEditor : public ui::components::Component { ui::controls::Button add_button_; ui::controls::TextBlock add_button_text_; }; -} // namespace cru::theme_builder +} // namespace cru::theme_builder::components |