]> git.stg.codes - stg.git/commitdiff
Replcae GetStore with new GetPlugin method from plugin creator
authorMaxim Mamontov <faust@stg.dp.ua>
Tue, 2 Aug 2011 11:50:57 +0000 (14:50 +0300)
committerMaxim Mamontov <faust@stg.dp.ua>
Tue, 2 Aug 2011 11:50:57 +0000 (14:50 +0300)
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()