]> git.stg.codes - stg.git/blobdiff - projects/stargazer/store_loader.h
Hide or add proper copy ctor and assignement operator, initialize
[stg.git] / projects / stargazer / store_loader.h
index c7911eead81adc97044f0b06cf45f42fd89cb00c..fd8b54a3f992ae2efab8cf26ea4f10a59085bccb 100644 (file)
@@ -50,7 +50,11 @@ public:
     STORE * GetStore() { return plugin; }
 
     const std::string & GetStrError() const { return errorStr; }
+
 private:
+    STORE_LOADER(const STORE_LOADER & rvalue);
+    STORE_LOADER & operator=(const STORE_LOADER & rvalue);
+
     bool isLoaded;
     void * handle;
     STORE * plugin;