From 383b619950c004ce31ba1e3ee7d4753b1aeb4717 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 10 Sep 2011 19:25:01 +0300 Subject: [PATCH] Fix creator method call --- projects/stargazer/plugins/store/firebird/firebird_store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- -- 2.44.2