From 8ba7edaebd4f619e95ca8cd2942cfef1fbb34327 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 10 七月 2024 14:11:44 +0800 Subject: [PATCH] update samples --- jrj/xframe/kobject/kdwgrid.hpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/jrj/xframe/kobject/kdwgrid.hpp b/jrj/xframe/kobject/kdwgrid.hpp index c3620d5..f44ac80 100644 --- a/jrj/xframe/kobject/kdwgrid.hpp +++ b/jrj/xframe/kobject/kdwgrid.hpp @@ -213,7 +213,9 @@ int SetColumnState(LPCTSTR column, bool state); void SetDataToClip(LPCTSTR DataStr); - int AcceptText(); + int AcceptText() { + return 1; + }; int ShowRowTo(int row); int GetShowRow(); LPCTSTR GetTitleName(int col); -- Gitblit v1.9.3