X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0f7d406b3da99019403e76e7ca7686c14a583b3f..ede91934442fd804d7b818971a44e3ad795cb01f:/projects/stargazer/tariffs_impl.cpp diff --git a/projects/stargazer/tariffs_impl.cpp b/projects/stargazer/tariffs_impl.cpp index 2caf17aa..32de4971 100644 --- a/projects/stargazer/tariffs_impl.cpp +++ b/projects/stargazer/tariffs_impl.cpp @@ -35,13 +35,13 @@ #include "tariffs_impl.h" #include "stg_locker.h" #include "stg_logger.h" -#include "base_store.h" +#include "store.h" #include "admin.h" using namespace std; //----------------------------------------------------------------------------- -TARIFFS_IMPL::TARIFFS_IMPL(BASE_STORE * st) +TARIFFS_IMPL::TARIFFS_IMPL(STORE * st) : tariffs(), store(st), WriteServLog(GetStgLogger()),