diff --git a/application/argumentparserprivate.h b/application/argumentparserprivate.h index a332c23..c10e4c7 100644 --- a/application/argumentparserprivate.h +++ b/application/argumentparserprivate.h @@ -50,7 +50,7 @@ private: Indentation m_indentation; }; -Wrapper::Wrapper(const char *str, Indentation currentIndentation) +inline Wrapper::Wrapper(const char *str, Indentation currentIndentation) : m_str(str) , m_indentation(currentIndentation) {