From 533172dc2df60406e2c7f08f36de3742721f8079 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Jan 2017 18:22:25 +0300 Subject: Add missing A_DEFAULT_COPY / A_DELETE_COPY into other files. --- src/configuration.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/configuration.h') diff --git a/src/configuration.h b/src/configuration.h index 852666a39..111f85d63 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -47,6 +47,11 @@ template class ConfigurationListManager notfinal { public: + ConfigurationListManager() + { } + + A_DELETE_COPY(ConfigurationListManager) + /** * Writes a value into a configuration object * @@ -69,7 +74,8 @@ class ConfigurationListManager notfinal CONT container) const A_WARN_UNUSED = 0; - virtual ~ConfigurationListManager() {} + virtual ~ConfigurationListManager() + { } }; /** @@ -83,6 +89,8 @@ class ConfigurationObject notfinal friend class Configuration; public: + A_DELETE_COPY(ConfigurationObject) + virtual ~ConfigurationObject(); /** -- cgit v1.2.3-60-g2f50