From 9bd08c15556949508f36731cbfc0cfac61aa01da Mon Sep 17 00:00:00 2001 From: qianxj2004 <qianxj15@sina.com> Date: 星期一, 14 七月 2025 13:49:06 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- jrj/project/business/SO3.list.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/jrj/project/business/SO3.list.cpp b/jrj/project/business/SO3.list.cpp index 22a9966..343c1a4 100644 --- a/jrj/project/business/SO3.list.cpp +++ b/jrj/project/business/SO3.list.cpp @@ -26,6 +26,7 @@ public: static SO3list* CreateInstance(void* implPtr, void* hWnd) { + SO3list* pWin = new SO3list(implPtr, (HWND)hWnd); return pWin; } @@ -71,7 +72,7 @@ } //树展开 - int OnTreeExpanding(TEvent* evt, int p) + int OnTreeExpanding(TEvent* evt, LPARAM p) { NMTREEVIEW& nmtv = *(NMTREEVIEW*)evt->notify.pnmh; HTREEITEM hItem = nmtv.itemNew.hItem; -- Gitblit v1.9.3