Fix XmlExplorer constructor declaration.
[GB.XML] * BUG: Fix XmlExplorer constructor declaration.
This commit is contained in:
parent
8d7e08cdfe
commit
f2a64e1617
2 changed files with 2 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -238,3 +238,4 @@ Private Function DTD_Read() As _XmlWriterDTD
|
|||
Return _XmlWriterDTD
|
||||
|
||||
End
|
||||
|
||||
|
|
Loading…
Reference in a new issue