diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-15 15:26:29 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-24 00:41:32 +0200 | 
| commit | ea8c848d4b06db8a4701fa4eaefb94b0035b25aa (patch) | |
| tree | 03dc8b15ea3ebecdd63548bf3af34dde5b2c62fc | |
| parent | 4ab5940203ed8be8ded88c92672493e9efa9572a (diff) | |
add explicit
| -rw-r--r-- | logic/state.hpp | 2 | 
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) | 
