From 2e36a703bef68ef3e0838f2718f8c54327e172e5 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 19 Mar 2024 14:24:47 +0100 Subject: [PATCH] oops --- include/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.hpp b/include/config.hpp index 8b9f4a4..97e52e2 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -102,7 +102,7 @@ \ inline std::istream &operator>>(std::istream &is, name &str) {\ std::string input;\ - FOR_EACH(ENUM_FROM_STRING, name, __VA_ARGS__)\ + FOR_EACH(STRUCT_FROM_STRING, name, __VA_ARGS__)\ return is;\ }