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