gcc initializer order fix warning (patch 1432835)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0c83d5ef4b
commit
f3a69d1df1
@ -691,7 +691,7 @@ private:
|
||||
|
||||
public:
|
||||
wxActiveXEvents(wxActiveXContainer *ax) : m_activeX(ax), m_haveCustomId(false) {}
|
||||
wxActiveXEvents(wxActiveXContainer *ax, REFIID iid) : m_activeX(ax), m_haveCustomId(true), m_customId(iid) {}
|
||||
wxActiveXEvents(wxActiveXContainer *ax, REFIID iid) : m_activeX(ax), m_customId(iid), m_haveCustomId(true) {}
|
||||
virtual ~wxActiveXEvents()
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user