summaryrefslogtreecommitdiff
path: root/src/dalstorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dalstorage.cpp')
-rw-r--r--src/dalstorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dalstorage.cpp b/src/dalstorage.cpp
index 4e633718..2a491564 100644
--- a/src/dalstorage.cpp
+++ b/src/dalstorage.cpp
@@ -90,7 +90,7 @@ DALStorage::open(void)
try {
// open a connection to the database.
-#if defined (MYSQL_SUPPORT) || defined (POSTGRE_SUPPORT)
+#if defined (MYSQL_SUPPORT) || defined (POSTGRESQL_SUPPORT)
mDb->connect(getName(), getUser(), getPassword());
#else // SQLITE_SUPPORT
// create the database file name.