diff --git a/src/config_passthrough.cpp b/src/config_passthrough.cpp index 8d64e635..3da1e1ea 100644 --- a/src/config_passthrough.cpp +++ b/src/config_passthrough.cpp @@ -25,7 +25,9 @@ std::string Passthrough::to_string() const { BE_Passthrough x; - return BE_Passthrough::_to_string(x); + + return x._to_string(); + switch(_data) { case Passthrough::ENUM::OFF: