From 385e9fc6fffe35fff080fdcb564b835a334c8feb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 21 Jan 2016 11:19:18 +0000 Subject: fix for moving menu item to the first position in a submenu git-svn-id: http://svn.miranda-ng.org/main/trunk@16132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_gui.h') diff --git a/include/m_gui.h b/include/m_gui.h index 1a1317d6ab..b919207189 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -851,7 +851,7 @@ class MIR_CORE_EXPORT CCtrlTreeView : public CCtrlBase { typedef CCtrlBase CSuper; - HTREEITEM MoveItemAbove(HTREEITEM hItem, HTREEITEM hInsertAfter); + HTREEITEM MoveItemAbove(HTREEITEM hItem, HTREEITEM hInsertAfter, HTREEITEM hParent); public: CCtrlTreeView(CDlgBase *dlg, int ctrlId); -- cgit v1.2.3