]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/mysql/mysql_store.cpp
Replcae GetStore with new GetPlugin method from plugin creator
[stg.git] / projects / stargazer / plugins / store / mysql / mysql_store.cpp
index 122c921478590184b82859eb3c44bb0f0d25fc70..d2509eaf9c9161b38b736757cf81d3feb13bd251 100644 (file)
@@ -102,7 +102,7 @@ PLUGIN_CREATOR<MYSQL_STORE> msc;
 //-----------------------------------------------------------------------------
 STORE * GetStore()
 {
-return msc.GetStore();
+return msc.GetPlugin();
 }
 //-----------------------------------------------------------------------------
 MYSQL_STORE_SETTINGS::MYSQL_STORE_SETTINGS()