mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-22 16:00:57 +00:00
Some code cleanups tagged by static analysis
This commit is contained in:
@@ -191,7 +191,8 @@ public:
|
||||
}
|
||||
|
||||
Handler const*
|
||||
getHandler(unsigned version, bool betaEnabled, std::string name) const
|
||||
getHandler(unsigned version, bool betaEnabled, std::string const& name)
|
||||
const
|
||||
{
|
||||
if (version < RPC::apiMinimumSupportedVersion ||
|
||||
version > (betaEnabled ? RPC::apiBetaVersion
|
||||
|
||||
Reference in New Issue
Block a user