summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--logic/state.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/state.hpp b/logic/state.hpp
index 25205524..c400df18 100644
--- a/logic/state.hpp
+++ b/logic/state.hpp
@@ -19,7 +19,7 @@
struct State
{
- State(const QString& library_path) :
+ explicit State(const QString& library_path) :
modules(library_path),
ev(modules.extensions()),
pose(s.all_axis_opts)