]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOSQLiteTreeHandler.h
correction of minor bugs: quotes and last slice in first place
[creaImageIO.git] / src / creaImageIOSQLiteTreeHandler.h
index e5c001edd0ecd02e2aa760cf42d02a20b6c24362..fc2f9aca794541e22040fd1526b9821b141c5158 100644 (file)
@@ -235,6 +235,7 @@ namespace creaImageIO
     void SetWritable(bool w) { mWritable = w; }
     bool GetWritable() const { return mWritable; }
        bool mIsAdding;
+       const std::string convert(const std::string &i_word);
 
    
   };