summaryrefslogtreecommitdiffhomepage
path: root/main-window/mixin-traits.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-07-13 19:47:26 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-07-24 00:43:03 +0200
commita1331665376533b93336af0956728b51542950e4 (patch)
tree5e40177e2c359a6000e5618149bcc8eda68fa2d4 /main-window/mixin-traits.hpp
parent1cac120c0b6b460899add3546d013b628d6b54bc (diff)
wip
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 {