X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/687631532197750696d35aa12c40406b04fb878d..daf813b21793e76a3bd318795d06db6040ff7b2c:/projects/stargazer/store_loader.h?ds=sidebyside diff --git a/projects/stargazer/store_loader.h b/projects/stargazer/store_loader.h index c7911eea..fd8b54a3 100644 --- a/projects/stargazer/store_loader.h +++ b/projects/stargazer/store_loader.h @@ -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;