corrected default constructor

This commit is contained in:
jez 2007-08-22 12:21:43 +00:00
parent d4fe2c4c3a
commit 0f2368368f

View file

@ -24,7 +24,7 @@ public:
typedef basic_Attributes<string_type> AttributesT;
TextCoalescer() :
XMLFilterT(0)
XMLFilterT()
{
} // basic_TextCoalescer