Fix linking test target against static library

This commit is contained in:
Martchus 2019-04-13 20:30:31 +02:00
parent 41fa627ef4
commit 115426c1bc
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{