diff options
Diffstat (limited to 'wx+/context_menu.h')
-rwxr-xr-x | wx+/context_menu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wx+/context_menu.h b/wx+/context_menu.h index de351df4..7f459aca 100755 --- a/wx+/context_menu.h +++ b/wx+/context_menu.h @@ -22,7 +22,6 @@ Usage: ... menu.popup(wnd); */ - namespace zen { class ContextMenu : private wxEvtHandler |