From 2d78e6820a01e298b2e0fa2d516bdab6714cf6ba Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 29 Nov 2017 11:38:32 +0100 Subject: [PATCH] Fix build. --- src/chat/cpim/parser/cpim-parser.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/chat/cpim/parser/cpim-parser.h b/src/chat/cpim/parser/cpim-parser.h index 841b7e18c..c5e0ffb4a 100644 --- a/src/chat/cpim/parser/cpim-parser.h +++ b/src/chat/cpim/parser/cpim-parser.h @@ -70,6 +70,9 @@ namespace Cpim { template<> bool Parser::coreHeaderIsValid(const std::string &headerValue) const; + template<> + bool Parser::coreHeaderIsValid(const std::string &headerValue) const; + template<> bool Parser::coreHeaderIsValid(const std::string &headerValue) const;