mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix build due to revert error
This commit is contained in:
parent
ebb721a476
commit
42b0d612ef
2 changed files with 6 additions and 6 deletions
|
@ -152,7 +152,7 @@ public:
|
|||
AuthDatabasePostgreSQL(const std::string &connect_string);
|
||||
virtual ~AuthDatabasePostgreSQL() = default;
|
||||
|
||||
virtual void pingDatabase() { Database_PostgreSQL::pingDatabase(); }
|
||||
virtual void verifyDatabase() { Database_PostgreSQL::verifyDatabase(); }
|
||||
|
||||
virtual bool getAuth(const std::string &name, AuthEntry &res);
|
||||
virtual bool saveAuth(const AuthEntry &authEntry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue