From: Scott Cantor Date: Thu, 11 May 2006 04:07:15 +0000 (+0000) Subject: Add default c'tor for use as base class. X-Git-Tag: 1.0-alpha1~247 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=fe5f8dba70e0c4512aa546b561b6182fee1adc59 Add default c'tor for use as base class. --- diff --git a/xmltooling/impl/AnyElement.h b/xmltooling/impl/AnyElement.h index 85ee2e1..0418beb 100644 --- a/xmltooling/impl/AnyElement.h +++ b/xmltooling/impl/AnyElement.h @@ -54,6 +54,7 @@ namespace xmltooling { XMLObject* clone() const; protected: + AnyElementImpl() {} AnyElementImpl(const AnyElementImpl& src); void marshallAttributes(DOMElement* domElement) const;