auto-search/replace
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -79,7 +79,7 @@ CEditorCommandManager::~CEditorCommandManager()
|
||||
m_uiCommands.clear();
|
||||
}
|
||||
|
||||
string CEditorCommandManager::GetFullCommandName(const string& module, const string& name)
|
||||
string CEditorCommandManager::GetFullCommandName(const AZStd::string& module, const string& name)
|
||||
{
|
||||
string fullName = module;
|
||||
fullName += ".";
|
||||
|
||||
Reference in New Issue
Block a user