Allow headers to be compiled in Objective-C++ mode
Changed id to one of: winid Window IDs and event system itemid Menu items toolid Toolbar items git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -327,9 +327,9 @@ END_DECLARE_EVENT_TYPES()
|
||||
class WXDLLEXPORT wxTextUrlEvent : public wxCommandEvent
|
||||
{
|
||||
public:
|
||||
wxTextUrlEvent(int id, const wxMouseEvent& evtMouse,
|
||||
wxTextUrlEvent(int winid, const wxMouseEvent& evtMouse,
|
||||
long start, long end)
|
||||
: wxCommandEvent(wxEVT_COMMAND_TEXT_URL, id)
|
||||
: wxCommandEvent(wxEVT_COMMAND_TEXT_URL, winid)
|
||||
, m_evtMouse(evtMouse), m_start(start), m_end(end)
|
||||
{ }
|
||||
|
||||
|
Reference in New Issue
Block a user