Merged from branch stable-succint-refactor
[SXSI/xpathcomp.git] / SXSIStorageInterface.h
index a627d3e..807fc79 100644 (file)
@@ -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);