From df1caf8d568251ca7db8a6edb25d2504e55cc1cd Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 27 六月 2024 19:34:35 +0800 Subject: [PATCH] update string param --- jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp index fb87ba0..595ffb9 100644 --- a/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp +++ b/jrj/xframe/vbusiness/vframe/frame.vframe.vbusiness.hpp @@ -6,7 +6,9 @@ class xframe : public xwin { public: - xframe(void* implPtr, HWND hWnd) :xwin(implPtr, hWnd) {} + xframe(void* implPtr, HWND hWnd) :xwin(implPtr, hWnd) { + + } static int getUrl(string url1, string para, KXMLDOMDocument x) { -- Gitblit v1.9.3