summaryrefslogtreecommitdiffstats
path: root/src/Setting.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Setting.hpp')
-rw-r--r--src/Setting.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Setting.hpp b/src/Setting.hpp
index 9720ba2..f8864d0 100644
--- a/src/Setting.hpp
+++ b/src/Setting.hpp
@@ -16,9 +16,7 @@ namespace setting {
template<class T>
struct Setting {
- using Value = T;
-
- Value value{};
+ T value{};
};
struct PortColor {