]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user_impl.cpp
Fix compilation issues after splitting SETTINGS into interface and
[stg.git] / projects / stargazer / user_impl.cpp
index eace1afb41e433d4caa6c99a73a272830cf32260..ae77da4fb454f5e94616082eeee7922114a6b1be 100644 (file)
 #include "user_impl.h"
 #include "users.h"
 #include "common.h"
-#include "settings.h"
+#include "settings_impl.h"
 #include "script_executer.h"
 #include "tariff.h"
 #include "tariffs.h"
 #include "admin.h"
 
-USER_IMPL::USER_IMPL(const SETTINGS * s,
+USER_IMPL::USER_IMPL(const SETTINGS_IMPL * s,
            const STORE * st,
            const TARIFFS * t,
            const ADMIN * a,