make sure declHandler_ is null initialised

This commit is contained in:
jez_higgins 2004-05-12 19:35:53 +00:00
parent 8712a4fb16
commit e3e756e6c2

View file

@ -216,6 +216,7 @@ libxml2_wrapper<stringT, string_adaptorT>::libxml2_wrapper() :
dtdHandler_(0),
contentHandler_(0),
errorHandler_(0),
declHandler_(0),
locator_(0),
parsing_(false),
namespaces_(true),