X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..f88b8e1e0e34f1e25e86468ca271a89af4872eab:/sgconf/actions.h?ds=sidebyside 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) + "')" : ""; }