Fixed disambiguation menu issue.

This commit is contained in:
Maciej Suminski
2013-08-08 14:50:32 +02:00
parent 402f3c6f2c
commit 282995eaee
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ void TOOL_INTERACTIVE::Reset()
}
void TOOL_INTERACTIVE::SetContextMenu( CONTEXT_MENU *aMenu, TOOL_ContextMenuTrigger aTrigger )
void TOOL_INTERACTIVE::SetContextMenu( CONTEXT_MENU* aMenu, TOOL_ContextMenuTrigger aTrigger )
{
aMenu->setTool( this );
m_toolMgr->ScheduleContextMenu( this, aMenu, aTrigger );