mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
corrected default constructor
This commit is contained in:
parent
d4fe2c4c3a
commit
0f2368368f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
typedef basic_Attributes<string_type> AttributesT;
|
||||
|
||||
TextCoalescer() :
|
||||
XMLFilterT(0)
|
||||
XMLFilterT()
|
||||
{
|
||||
} // basic_TextCoalescer
|
||||
|
||||
|
|
Loading…
Reference in a new issue