X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=SXSIStorageInterface.h;h=807fc79686a4c740ce51791c446f8fe7bd03212f;hb=f84dd2f6de7d5da16da729dc2e91cbdeb3585d75;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);