diff options
Diffstat (limited to 'server/src/database.h')
-rw-r--r-- | server/src/database.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/database.h b/server/src/database.h index c15aca5..332907f 100644 --- a/server/src/database.h +++ b/server/src/database.h @@ -50,9 +50,9 @@ typedef std::vector< std::string > Fieldnames; class Database { public: - Database(std::string hostname = "localhost", - std::string user = "pracro", - std::string password = "pracro"); + Database(std::string hostname, + std::string user, + std::string password); ~Database(); // Make a commit to the db |