aboutsummaryrefslogtreecommitdiff
path: root/src/theme_builder/components/conditions/CompoundConditionEditor.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-10 23:40:40 +0800
committercrupest <crupest@outlook.com>2022-02-10 23:40:40 +0800
commit85746e9f053432bdcfb99b21997efa040eac1bc3 (patch)
tree43027747ca42247207683a2797ae68b961a538fb /src/theme_builder/components/conditions/CompoundConditionEditor.hpp
parent382d42802221941e24e672743d03e7adcb544f94 (diff)
downloadcru-85746e9f053432bdcfb99b21997efa040eac1bc3.tar.gz
cru-85746e9f053432bdcfb99b21997efa040eac1bc3.tar.bz2
cru-85746e9f053432bdcfb99b21997efa040eac1bc3.zip
...
Diffstat (limited to 'src/theme_builder/components/conditions/CompoundConditionEditor.hpp')
-rw-r--r--src/theme_builder/components/conditions/CompoundConditionEditor.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theme_builder/components/conditions/CompoundConditionEditor.hpp b/src/theme_builder/components/conditions/CompoundConditionEditor.hpp
index 6f70f09b..00f73e09 100644
--- a/src/theme_builder/components/conditions/CompoundConditionEditor.hpp
+++ b/src/theme_builder/components/conditions/CompoundConditionEditor.hpp
@@ -1 +1,7 @@
#pragma once
+#include "ConditionEditor.h"
+
+namespace cru::theme_builder::components::conditions {
+class CompoundConditionEditor : public ConditionEditor {};
+
+} // namespace cru::theme_builder::components::conditions