From f2a64e16174f7520be142fddd75683ef1a70666f Mon Sep 17 00:00:00 2001 From: gambas Date: Thu, 19 Sep 2019 23:57:01 +0200 Subject: [PATCH] Fix XmlExplorer constructor declaration. [GB.XML] * BUG: Fix XmlExplorer constructor declaration. --- gb.xml/src/CExplorer.cpp | 2 +- gb.xml/src/gb.xml/.src/XmlWriter.class | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gb.xml/src/CExplorer.cpp b/gb.xml/src/CExplorer.cpp index dc1da9ba9..16c08e55d 100644 --- a/gb.xml/src/CExplorer.cpp +++ b/gb.xml/src/CExplorer.cpp @@ -139,7 +139,7 @@ GB_DESC CExplorerDesc[] = { GB_DECLARE("XmlExplorer", sizeof(CExplorer)), - GB_METHOD("_new", NULL, CExplorer_new, "[(Document)XmlDocument]"), + GB_METHOD("_new", NULL, CExplorer_new, "[(Document)XmlDocument;]"), GB_METHOD("_free", NULL, CExplorer_free, ""), GB_METHOD("Load", NULL, CExplorer_load, "(Document)XmlDocument"), GB_PROPERTY("Document", "XMLDocument", CExplorer_document), diff --git a/gb.xml/src/gb.xml/.src/XmlWriter.class b/gb.xml/src/gb.xml/.src/XmlWriter.class index fa5861352..3643a6eda 100644 --- a/gb.xml/src/gb.xml/.src/XmlWriter.class +++ b/gb.xml/src/gb.xml/.src/XmlWriter.class @@ -238,3 +238,4 @@ Private Function DTD_Read() As _XmlWriterDTD Return _XmlWriterDTD End +