mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
Fix build.
This commit is contained in:
parent
65ab7cdfa3
commit
2d78e6820a
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ namespace Cpim {
|
|||
template<>
|
||||
bool Parser::coreHeaderIsValid<DateTimeHeader>(const std::string &headerValue) const;
|
||||
|
||||
template<>
|
||||
bool Parser::coreHeaderIsValid<MessageIdHeader>(const std::string &headerValue) const;
|
||||
|
||||
template<>
|
||||
bool Parser::coreHeaderIsValid<SubjectHeader>(const std::string &headerValue) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue