diff --git a/src/config_passthrough.cpp b/src/config_passthrough.cpp index 455cd454..18fa8bb9 100644 --- a/src/config_passthrough.cpp +++ b/src/config_passthrough.cpp @@ -24,7 +24,7 @@ template<> std::string Passthrough::to_string() const { - BE_Passthrough x = BE_Passthrough::_from_integral(_data); + BE_Passthrough x = BE_Passthrough::_from_integral(_data.to_int()); return x._to_string();