X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/12aae76fbeaa3dc91ab5ecad5531a2c1925340d2..d188e71c0b1175978dd4dbb97e61167ca6d163ce:/projects/stargazer/store_loader.h diff --git a/projects/stargazer/store_loader.h b/projects/stargazer/store_loader.h index a9bb3a44..fd8b54a3 100644 --- a/projects/stargazer/store_loader.h +++ b/projects/stargazer/store_loader.h @@ -33,8 +33,8 @@ #include -#include "module_settings.h" -#include "noncopyable.h" +#include "stg/module_settings.h" +#include "stg/noncopyable.h" class STORE; class SETTINGS_IMPL; @@ -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;