diff options
| author | untodesu <kirill@untode.su> | 2025-06-29 12:04:58 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-06-29 12:04:58 +0500 |
| commit | 3b5fab8849f9a7cd3fa6469d3bec04b78784b3ff (patch) | |
| tree | 96f806c80e7553b1b4f04cb7726945ad41de2366 /core/config.hh | |
| parent | 61e5bcef2629e2d68b805a956a96fff264d4f74d (diff) | |
| download | voxelius-3b5fab8849f9a7cd3fa6469d3bec04b78784b3ff.tar.bz2 voxelius-3b5fab8849f9a7cd3fa6469d3bec04b78784b3ff.zip | |
Update core/macros.hh
Diffstat (limited to 'core/config.hh')
| -rw-r--r-- | core/config.hh | 3 |
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); |
