]> git.stg.codes - stg.git/blobdiff - projects/stargazer/main.cpp
Fix compilation issues
[stg.git] / projects / stargazer / main.cpp
index 12fa738391a1bc7b2f1a514f210c418e521ccc5e..8eacc9aca032aeb8e3bb458c32efde859db90621 100644 (file)
@@ -51,7 +51,7 @@
 #include "tariffs_impl.h"
 #include "common.h"
 #include "traffcounter.h"
-#include "base_plugin.h"
+#include "plugin.h"
 #include "stg_logger.h"
 #include "stg_timer.h"
 #include "plugin_runner.h"
@@ -451,7 +451,7 @@ int main(int argc, char * argv[])
  * */
 
 SETTINGS * settings = NULL;
-BASE_STORE * dataStore = NULL;
+STORE * dataStore = NULL;
 TARIFFS * tariffs = NULL;
 ADMINS * admins = NULL;
 USERS * users = NULL;