X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..b48c66514f3b7040f5f1c62a05f0489f2ebd7741:/projects/stargazer/plugins/store/firebird/firebird_store.cpp diff --git a/projects/stargazer/plugins/store/firebird/firebird_store.cpp b/projects/stargazer/plugins/store/firebird/firebird_store.cpp index c9265e14..f8de3357 100644 --- a/projects/stargazer/plugins/store/firebird/firebird_store.cpp +++ b/projects/stargazer/plugins/store/firebird/firebird_store.cpp @@ -33,7 +33,7 @@ using namespace std; #include "firebird_store.h" -#include "ibpp.h" +#include "stg/ibpp.h" class FIREBIRD_STORE_CREATOR { @@ -52,7 +52,7 @@ private: } frsc; //----------------------------------------------------------------------------- -BASE_STORE * GetStore() +STORE * GetStore() { return frsc.GetStore(); }