From 5cf6cef5571d9e72b0fd7a269149b6f17dcf06d6 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 14 Oct 2025 20:12:23 -0500 Subject: [PATCH] tofrom_string.hpp --- src/tofrom_string.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tofrom_string.hpp b/src/tofrom_string.hpp index f3f5b36b..63a778d5 100644 --- a/src/tofrom_string.hpp +++ b/src/tofrom_string.hpp @@ -26,4 +26,5 @@ class ToFromString public: virtual std::string to_string() const = 0; virtual int from_string(const std::string_view) = 0; + bool display = false; };