We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fb61d commit ed5a20bCopy full SHA for ed5a20b
src/core/modules/commands/commands.h
@@ -49,7 +49,7 @@ enum CommandReturn
49
// Functions.
50
//-----------------------------------------------------------------------------
51
template<class InputMap, class Result>
52
-bool find_manager(InputMap input, const char* name, Result& result)
+bool find_manager(InputMap& input, const char* name, Result& result)
53
{
54
typename InputMap::iterator iter = input.begin();
55
while (iter != input.end())
0 commit comments