X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=XMLTree.h;h=ba01941218fbab46860efba61abd6a6d4b2c990d;hb=1c3300373a43062be9bb8d23faf3c8446f9aa6c5;hp=c0dab2b6155ab6db9af1127c2b2416893849c61d;hpb=143f18091facab1154eb750b6ed530905bfed889;p=SXSI%2FXMLTree.git diff --git a/XMLTree.h b/XMLTree.h index c0dab2b..ba01941 100644 --- a/XMLTree.h +++ b/XMLTree.h @@ -333,7 +333,7 @@ public: /** GetText(d): returns the text corresponding to document with * id d. */ uchar* GetText(DocID d) { - Text->GetText(d); + return Text->GetText(d); } /** Save: saves XML tree data structure to file. */