diff --git a/src/utils.hh b/src/utils.hh index aa7426c..5e68f9c 100644 --- a/src/utils.hh +++ b/src/utils.hh @@ -54,7 +54,7 @@ namespace Heck { } private: - static inline T val_current_{}; + T val_current_{}; }; } // namespace Heck #endif // HECK_DAISY_UTILS_HH \ No newline at end of file