From 4161b991dc09760ea8ed92ba840099f4102dc5e2 Mon Sep 17 00:00:00 2001
From: qianxj2004 <qianxj15@sina.com>
Date: 星期三, 22 十月 2025 16:53:14 +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