From 115426c1bc632293a9b68a25956131dbb4a71aec Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 13 Apr 2019 20:30:31 +0200 Subject: [PATCH] Fix linking test target against static library --- application/argumentparserprivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {