X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fxml%2FAttribute.hpp;h=cd76d11200413cd6d0a3c9e771ebc747af575718;hb=0e992a5c0f14d91268d00304d90c7073499ff54e;hp=6fc59305805b58d8895bc87a2b26ce9a08df7406;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git 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; }