X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d394e187f188697887dd12bac03aebfc867e8c5e..c963a109219ed101fa42f501b16f90d7b7b4f3f2:/projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp diff --git a/projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp b/projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp index 65c666f2..baf7cbee 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp +++ b/projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp @@ -131,7 +131,7 @@ void STG_CONFIG::SetAdmins(ADMINS * a) admins = a; } //----------------------------------------------------------------------------- -void STG_CONFIG::SetStore(BASE_STORE * s) +void STG_CONFIG::SetStore(STORE * s) { store = s; }