]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/firebird_store.cpp
Fix creator method call
[stg.git] / projects / stargazer / plugins / store / firebird / firebird_store.cpp
index d0918716b2cb5d7feb9981448c04205706497f58..f3f435cb6b649b89e1731a0fcb49d824cd6d933d 100644 (file)
@@ -40,7 +40,7 @@ PLUGIN_CREATOR<FIREBIRD_STORE> frsc;
 //-----------------------------------------------------------------------------
 STORE * GetStore()
 {
-return frsc.GetStore();
+return frsc.GetPlugin();
 }
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------