From 94d3840bda13f23c0cd4619a99ac215b74ffcd94 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期四, 07 十一月 2024 13:54:14 +0800
Subject: [PATCH] update

---
 jrj/xframe/xcontrol/xlistbox.hpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/jrj/xframe/xcontrol/xlistbox.hpp b/jrj/xframe/xcontrol/xlistbox.hpp
index bbadab4..d308fce 100644
--- a/jrj/xframe/xcontrol/xlistbox.hpp
+++ b/jrj/xframe/xcontrol/xlistbox.hpp
@@ -5,6 +5,10 @@
 
 class xlistbox : public xcontrol
 {
+public:
+	xlistbox() :xcontrol(nullptr) {}
+	xlistbox(void* implptr) :xcontrol(implptr) {}
+
 	static int GetCount(HWND hWnd)//杩斿洖鍒楄〃椤规�婚」鏁�
 	{
 		int LB_GETCOUNT = 0x018B;

--
Gitblit v1.9.3