X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..907166f270d246529788a6de7688f3e54847c0a2:/sgconf/actions.h diff --git a/sgconf/actions.h b/sgconf/actions.h index 08dc177e..69407de2 100644 --- a/sgconf/actions.h +++ b/sgconf/actions.h @@ -109,7 +109,7 @@ template inline std::string PARAM_ACTION::DefaultDescription() const { -return m_hasDefault ? " (default: '" + x2str(m_defaltValue) + "')" +return m_hasDefault ? " (default: '" + std::to_string(m_defaltValue) + "')" : ""; }