summaryrefslogtreecommitdiff
path: root/wx+/context_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/context_menu.h')
-rwxr-xr-xwx+/context_menu.h1
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
bgstack15