From 16f71392fd1f742d5b2d6df85b1e2ff21f3f232d Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 8 Apr 2024 00:23:13 -0500 Subject: [PATCH] config_passthrough.cpp --- src/config_passthrough.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config_passthrough.cpp b/src/config_passthrough.cpp index 7dd24c1d..8d64e635 100644 --- a/src/config_passthrough.cpp +++ b/src/config_passthrough.cpp @@ -24,7 +24,8 @@ template<> std::string Passthrough::to_string() const { - return BE_Passthrough::_to_string(_data); + BE_Passthrough x; + return BE_Passthrough::_to_string(x); switch(_data) { case Passthrough::ENUM::OFF: