diff options
| author | untodesu <kirill@untode.su> | 2025-06-30 23:39:41 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-06-30 23:39:41 +0500 |
| commit | c7b0c8e0286a1b2bb7ec55e579137dfc3b22eeb9 (patch) | |
| tree | 310a7798b85ce049b918454cb79e1f9db1505dd1 /src/core/config.hh | |
| parent | 43a7dc51d80b6fd99cd5e77561809ea4b179bc73 (diff) | |
| download | voxelius-c7b0c8e0286a1b2bb7ec55e579137dfc3b22eeb9.tar.bz2 voxelius-c7b0c8e0286a1b2bb7ec55e579137dfc3b22eeb9.zip | |
Nuke core/macros.hh
Diffstat (limited to 'src/core/config.hh')
| -rw-r--r-- | src/core/config.hh | 3 |
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); |
