summaryrefslogtreecommitdiffstats
path: root/src/core/config.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-06-30 23:39:41 +0500
committeruntodesu <kirill@untode.su>2025-06-30 23:39:41 +0500
commitc7b0c8e0286a1b2bb7ec55e579137dfc3b22eeb9 (patch)
tree310a7798b85ce049b918454cb79e1f9db1505dd1 /src/core/config.hh
parent43a7dc51d80b6fd99cd5e77561809ea4b179bc73 (diff)
downloadvoxelius-c7b0c8e0286a1b2bb7ec55e579137dfc3b22eeb9.tar.bz2
voxelius-c7b0c8e0286a1b2bb7ec55e579137dfc3b22eeb9.zip
Nuke core/macros.hh
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);