X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Fxml%2FAttribute.hpp;h=cd76d11200413cd6d0a3c9e771ebc747af575718;hp=6fc59305805b58d8895bc87a2b26ce9a08df7406;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a diff --git a/include/anna/xml/Attribute.hpp b/include/anna/xml/Attribute.hpp index 6fc5930..cd76d11 100644 --- a/include/anna/xml/Attribute.hpp +++ b/include/anna/xml/Attribute.hpp @@ -65,6 +65,8 @@ private: /* Para evitar que se pueda crear desde el exterior */ Attribute() : Data(), a_namespace(NULL) {;} + virtual ~Attribute() {;} + void setName(const char* name) throw() { a_name = name; } void setNamespace(const Namespace* _namespace) throw() { a_namespace = _namespace; }