X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5ff8211bdcd5f110621c0ff01fa0854b5e6d9762..0b28a6a3f534a52b7e6734bc3a41058b3987aa10:/projects/stargazer/store_loader.h?ds=inline

diff --git a/projects/stargazer/store_loader.h b/projects/stargazer/store_loader.h
index fd8b54a3..5245eb57 100644
--- a/projects/stargazer/store_loader.h
+++ b/projects/stargazer/store_loader.h
@@ -47,7 +47,7 @@ public:
     bool Load();
     bool Unload();
 
-    STORE * GetStore() { return plugin; }
+    STORE & GetStore() { return *plugin; }
 
     const std::string & GetStrError() const { return errorStr; }