summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/FLD.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FLD.hpp b/src/FLD.hpp
index 9d4e879..a9aed5e 100644
--- a/src/FLD.hpp
+++ b/src/FLD.hpp
@@ -94,8 +94,8 @@ public:
READONLY(unsigned long, tick, 0);
READONLY(Color, drawColor, Color({0, 0, 0, 1}));
public:
- FLD(const Config& config);
- FLD(const Config&& config);
+ explicit FLD(const Config& config);
+ explicit FLD(const Config&& config);
~FLD();
[[nodiscard]] Error init();