summaryrefslogtreecommitdiffhomepage
path: root/main-window
diff options
context:
space:
mode:
Diffstat (limited to 'main-window')
-rw-r--r--main-window/mixin-traits.cpp2
-rw-r--r--main-window/mixin-traits.hpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/main-window/mixin-traits.cpp b/main-window/mixin-traits.cpp
index 4b34eb5b..f914605e 100644
--- a/main-window/mixin-traits.cpp
+++ b/main-window/mixin-traits.cpp
@@ -1,5 +1,3 @@
-#pragma once
-
#define MIXIN_TRAIT_TESTS
#ifdef MIXIN_TRAIT_TESTS
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 {