]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
SMUX plugin added to core build file
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / stgconfig.cpp
index 65c666f2b7723e4382f2434fa7848e818fcfb210..9ffbc94963e6e4f049d29b27fad153cd529b17ae 100644 (file)
@@ -4,10 +4,10 @@
 
 #include <algorithm>
 
+#include "stg/tariffs.h"
+#include "stg/admins.h"
+#include "stg/users.h"
 #include "stgconfig.h"
-#include "tariffs.h"
-#include "admins.h"
-#include "users.h"
 
 class STGCONFIG_CREATOR
 {
@@ -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;
 }