]> git.stg.codes - stg.git/blobdiff - projects/stargazer/store_loader.h
Moved plugin-related things into a separate file.
[stg.git] / projects / stargazer / store_loader.h
index fd8b54a3f992ae2efab8cf26ea4f10a59085bccb..5245eb572f8c42f8091edc55657ee0fe30238faa 100644 (file)
@@ -47,7 +47,7 @@ public:
     bool Load();
     bool Unload();
 
-    STORE * GetStore() { return plugin; }
+    STORE & GetStore() { return *plugin; }
 
     const std::string & GetStrError() const { return errorStr; }