]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/postgresql/postgresql_store.cpp
Fix compilation issues
[stg.git] / projects / stargazer / plugins / store / postgresql / postgresql_store.cpp
index d9586b89f774052cedee341671d1dcb3aef414e1..fc15d035fd787883a1da5bf5a4e24c63e2d415cf 100644 (file)
@@ -46,7 +46,7 @@
 
 #include "postgresql_store.h"
 #include "postgresql_store_utils.h"
-#include "base_settings.h"
+#include "module_settings.h"
 
 class POSTGRESQL_STORE_CREATOR
 {
@@ -65,7 +65,7 @@ private:
 } pqStoreeCreator;
 
 //-----------------------------------------------------------------------------
-BASE_STORE * GetStore()
+STORE * GetStore()
 {
 return pqStoreeCreator.GetStore();
 }