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
@@ -37,7 +37,7 @@ public:
CMEventHandler( CONTEXT_MENU* aMenu ):
m_menu(aMenu) {};
void onEvent( wxEvent & aEvent )
void onEvent( wxEvent& aEvent )
{
TOOL_EVENT evt;
wxEventType type = aEvent.GetEventType();