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++;