2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#1982] code cleanup

This commit is contained in:
Razvan Becheriu
2021-08-02 11:00:12 +03:00
committed by Tomek Mrugalski
parent a69221f127
commit 0e52c995bc
6 changed files with 8 additions and 20 deletions

View File

@@ -73,7 +73,7 @@ public:
///
/// Frees database resources and closes the database connection through
/// the destruction of member impl_.
virtual ~PgSqlHostDataSource();
virtual ~PgSqlHostDataSource() = default;
/// @brief Return backend parameters
///