summaryrefslogtreecommitdiffstats
path: root/core/config.hh
diff options
context:
space:
mode:
Diffstat (limited to 'core/config.hh')
-rw-r--r--core/config.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/config.hh b/core/config.hh
index efb2ef0..a7f8500 100644
--- a/core/config.hh
+++ b/core/config.hh
@@ -3,6 +3,7 @@
#pragma once
#include "core/concepts.hh"
+#include "core/macros.hh"
class IConfigValue {
public:
@@ -94,7 +95,7 @@ private:
class Config final {
public:
- explicit Config(void) = default;
+ DECLARE_DEFAULT_CONSTRUCTOR(Config);
virtual ~Config(void) = default;
void load_cmdline(void);