X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a2be5aa7e45c4f8c7561e92a7996170beba66815..704483df2dab0f376b996e04d5c971e99151f439:/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp diff --git a/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp b/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp index d9586b89..fc15d035 100644 --- a/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp +++ b/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp @@ -46,7 +46,7 @@ #include "postgresql_store.h" #include "postgresql_store_utils.h" -#include "base_settings.h" +#include "module_settings.h" class POSTGRESQL_STORE_CREATOR { @@ -65,7 +65,7 @@ private: } pqStoreeCreator; //----------------------------------------------------------------------------- -BASE_STORE * GetStore() +STORE * GetStore() { return pqStoreeCreator.GetStore(); }