mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 22:19:12 +00:00
gcc compile fix
This commit is contained in:
@@ -11,7 +11,7 @@ public:
|
||||
CToolHelp(const SToolPassInfo& info)
|
||||
: CToolBase(info)
|
||||
{
|
||||
if (!m_info.args.size())
|
||||
if (m_info.args.empty())
|
||||
throw std::invalid_argument("help requires a tool name argument");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user