diff options
Diffstat (limited to 'src/shared/Database/DatabasePostgre.h')
-rw-r--r-- | src/shared/Database/DatabasePostgre.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Database/DatabasePostgre.h b/src/shared/Database/DatabasePostgre.h index 7e541f84c73..6dc0c509869 100644 --- a/src/shared/Database/DatabasePostgre.h +++ b/src/shared/Database/DatabasePostgre.h @@ -75,3 +75,4 @@ class DatabasePostgre : public Database bool _TransactionCmd(const char *sql); }; #endif + |