From 5c9991be21f57781573f04961ec511ac2938ea3d Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 08 四月 2025 15:27:08 +0800 Subject: [PATCH] '功能完善' --- DelegateQueue/TradeQueueFrame.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/DelegateQueue/TradeQueueFrame.cpp b/DelegateQueue/TradeQueueFrame.cpp index 0b3c650..9739186 100644 --- a/DelegateQueue/TradeQueueFrame.cpp +++ b/DelegateQueue/TradeQueueFrame.cpp @@ -3,6 +3,7 @@ #include <thread> #include "MyConfigUtil.h" #include "../common_nopch/Win32Util.h" +#include <atlstr.h> TradeQueueFrame::TradeQueueFrame(const wxString& title, wxString code, wxPoint position, wxSize size) :wxFrame(NULL, wxID_ANY, title, position, size) { @@ -180,7 +181,7 @@ } } } - catch (string st) { + catch (...) { } } count++; -- Gitblit v1.8.0