X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=SXSIStorageInterface.h;h=807fc79686a4c740ce51791c446f8fe7bd03212f;hb=5b4679e20761058f1e04c123da52631c0dd265cc;hp=a627d3eff357fca61e8cffad53e7b94d2480790e;hpb=24fdea81b5506233d139bd7d72364a190bef35b8;p=SXSI%2Fxpathcomp.git diff --git a/SXSIStorageInterface.h b/SXSIStorageInterface.h index a627d3e..807fc79 100644 --- a/SXSIStorageInterface.h +++ b/SXSIStorageInterface.h @@ -19,7 +19,7 @@ using namespace std; class SXSIStorageInterface: public StorageInterface { public: - SXSIStorageInterface(); + SXSIStorageInterface(int sf, bool iet, bool dtc); virtual ~SXSIStorageInterface(); virtual void newChild(string name); virtual void newText(string text);