summaryrefslogtreecommitdiffhomepage
path: root/main-window/mixin-traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main-window/mixin-traits.hpp')
-rw-r--r--main-window/mixin-traits.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main-window/mixin-traits.hpp b/main-window/mixin-traits.hpp
index e7d02c85..5988dc83 100644
--- a/main-window/mixin-traits.hpp
+++ b/main-window/mixin-traits.hpp
@@ -10,7 +10,7 @@ namespace mixins::traits_detail {
using namespace meta;
template<typename... xs>
- using tuple = meta::detail::tuple<xs...>;
+ using tuple = meta::detail::tuple<xs...> {}
template<typename t>
struct mixin_traits {