X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTDocument.cc;h=a7b5c8d3a5d2cb57fcd5adc11f79eb6e61ad91ab;hb=7bea7bddf7ca13260f4d3965182dc4fb58d035e7;hp=4c3bbbaea6bfca6d3b2b1fa1c2e94b49fce9f527;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TDocument.cc b/helm/DEVEL/mathml_editor/src/TDocument.cc index 4c3bbbaea..a7b5c8d3a 100644 --- a/helm/DEVEL/mathml_editor/src/TDocument.cc +++ b/helm/DEVEL/mathml_editor/src/TDocument.cc @@ -11,8 +11,8 @@ TDocument::TDocument() DOM::DocumentType dt; doc = di.createDocument(TML_NS_URI, "tml:tex", dt); DOM::Element root = doc.get_documentElement(); - root.setAttributeNS(XMLNS_NS_URI, "xmlns:tml", TML_NS_URI); assert(root); + root.setAttributeNS(XMLNS_NS_URI, "xmlns:tml", TML_NS_URI); DOM::EventTarget et(doc); assert(et);