git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Traffcounter divided into interface and implementation
[stg.git]
/
projects
/
stargazer
/
plugins
/
store
/
postgresql
/
postgresql_store.cpp
diff --git
a/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp
b/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp
index d9586b89f774052cedee341671d1dcb3aef414e1..fc15d035fd787883a1da5bf5a4e24c63e2d415cf 100644
(file)
--- a/
projects/stargazer/plugins/store/postgresql/postgresql_store.cpp
+++ b/
projects/stargazer/plugins/store/postgresql/postgresql_store.cpp
@@
-46,7
+46,7
@@
#include "postgresql_store.h"
#include "postgresql_store_utils.h"
#include "postgresql_store.h"
#include "postgresql_store_utils.h"
-#include "
bas
e_settings.h"
+#include "
modul
e_settings.h"
class POSTGRESQL_STORE_CREATOR
{
class POSTGRESQL_STORE_CREATOR
{
@@
-65,7
+65,7
@@
private:
} pqStoreeCreator;
//-----------------------------------------------------------------------------
} pqStoreeCreator;
//-----------------------------------------------------------------------------
-
BASE_
STORE * GetStore()
+STORE * GetStore()
{
return pqStoreeCreator.GetStore();
}
{
return pqStoreeCreator.GetStore();
}