From 012a97a87cd633f2a122f8ea3ee1218c04cf4259 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 28 Aug 2018 13:09:25 +0200 Subject: [#92,!13] Refactored libkea-dhcpsrv to use libkea-database --- src/lib/dhcpsrv/pgsql_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/dhcpsrv/pgsql_connection.h') diff --git a/src/lib/dhcpsrv/pgsql_connection.h b/src/lib/dhcpsrv/pgsql_connection.h index 081aeedd49..20b3f3ffe1 100644 --- a/src/lib/dhcpsrv/pgsql_connection.h +++ b/src/lib/dhcpsrv/pgsql_connection.h @@ -296,7 +296,7 @@ private: /// to the database and preparing compiled statements. Its fields are /// public, because they are used (both set and retrieved) in classes /// that use instances of PgSqlConnection. -class PgSqlConnection : public DatabaseConnection { +class PgSqlConnection : public db::DatabaseConnection { public: /// @brief Define the PgSql error state for a duplicate key error. static const char DUPLICATE_KEY[]; -- cgit v1.2.3