]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/files/file_store.h
Massive refactoring.
[stg.git] / projects / stargazer / plugins / store / files / file_store.h
index 2316398f683f4efb7cfee9827f80e3a2d4d8b164..1d72f287d01dac7e1108b4e69bf97a62db3ccd3a 100644 (file)
@@ -39,8 +39,6 @@
 #include "stg/user_traff.h"
 #include "stg/logger.h"
 
-//-----------------------------------------------------------------------------
-extern "C" STORE * GetStore();
 //-----------------------------------------------------------------------------
 class FILES_STORE_SETTINGS {
 public:
@@ -199,7 +197,7 @@ private:
     int RemoveDir(const char * path) const;
     int Touch(const std::string & path) const;
 
-    mutable string errorStr;
+    mutable std::string errorStr;
     std::string version;
     FILES_STORE_SETTINGS storeSettings;
     MODULE_SETTINGS settings;