Add default c'tor for use as base class.
authorScott Cantor <cantor.2@osu.edu>
Thu, 11 May 2006 04:07:15 +0000 (04:07 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 11 May 2006 04:07:15 +0000 (04:07 +0000)
xmltooling/impl/AnyElement.h

index 85ee2e1..0418beb 100644 (file)
@@ -54,6 +54,7 @@ namespace xmltooling {
         XMLObject* clone() const;
         
     protected:
+        AnyElementImpl() {}
         AnyElementImpl(const AnyElementImpl& src);   
         
         void marshallAttributes(DOMElement* domElement) const;