X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=SXSIStorageInterface.cpp;fp=SXSIStorageInterface.cpp;h=d770d7e044be60816fa42f915fc7c65ff62cc881;hb=83aa6cf8a120ea6681402ce42ae56631fca1ddf4;hp=6fe4883297339596a161d7b5a46499c0c0ddfa6f;hpb=4680fa5b41156d70f0fde69981f0d241184b19d9;p=SXSI%2Fxpathcomp.git diff --git a/SXSIStorageInterface.cpp b/SXSIStorageInterface.cpp index 6fe4883..d770d7e 100644 --- a/SXSIStorageInterface.cpp +++ b/SXSIStorageInterface.cpp @@ -47,7 +47,8 @@ void SXSIStorageInterface::newText(string text) void SXSIStorageInterface::nodeFinished(string name) { tree->NewClosingTag((unsigned char*) name.c_str()); - } + +} void SXSIStorageInterface::parsingFinished() {