]> git.stg.codes - stg.git/commitdiff
Fix creator method call
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 10 Sep 2011 16:25:01 +0000 (19:25 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 10 Sep 2011 16:25:01 +0000 (19:25 +0300)
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();
 }
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------