From: Maxim Mamontov Date: Sat, 10 Sep 2011 16:25:01 +0000 (+0300) Subject: Fix creator method call X-Git-Tag: 2.408-rc1~90 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/383b619950c004ce31ba1e3ee7d4753b1aeb4717 Fix creator method call --- diff --git a/projects/stargazer/plugins/store/firebird/firebird_store.cpp b/projects/stargazer/plugins/store/firebird/firebird_store.cpp index d0918716..f3f435cb 100644 --- a/projects/stargazer/plugins/store/firebird/firebird_store.cpp +++ b/projects/stargazer/plugins/store/firebird/firebird_store.cpp @@ -40,7 +40,7 @@ PLUGIN_CREATOR frsc; //----------------------------------------------------------------------------- STORE * GetStore() { -return frsc.GetStore(); +return frsc.GetPlugin(); } //----------------------------------------------------------------------------- //-----------------------------------------------------------------------------