From c433e0213aeec09dd5b0b5d8ecac45e675854485 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 25 Oct 2004 11:15:53 +0000 Subject: Added specialization for typeAdapter ::parse() as it took only the first word of the text (operator<<). --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 93b0d23a..052c034f 100644 --- a/SConstruct +++ b/SConstruct @@ -82,7 +82,7 @@ libvmime_sources = [ 'text.cpp', 'text.hpp', 'textPartFactory.cpp', 'textPartFactory.hpp', 'textPart.hpp', - 'typeAdapter.hpp', + 'typeAdapter.cpp', 'typeAdapter.hpp', 'types.hpp', 'word.cpp', 'word.hpp', 'vmime', -- cgit