From 0418e694e6fcb0ff26ee94571cdb88459f737bd9 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 13 Mar 2005 15:29:53 +0000 Subject: [PATCH] a little context menu code cleanup svn path=/trunk/; revision=14010 --- reactos/subsys/system/explorer/desktop/desktop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/desktop/desktop.h b/reactos/subsys/system/explorer/desktop/desktop.h index 751ffe4e18c..00e9dca75cb 100644 --- a/reactos/subsys/system/explorer/desktop/desktop.h +++ b/reactos/subsys/system/explorer/desktop/desktop.h @@ -180,7 +180,7 @@ protected: int Command(int id, int code); int Notify(int id, NMHDR* pnmh); - bool DoContextMenu(int x, int y, CtxMenuInterfaces& cm_ifs); + bool DoContextMenu(int x, int y); HRESULT DoDesktopContextMenu(int x, int y); void PositionIcons(int dir=1);