fixed stupid typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4d0c0756e1
commit
4f08af68b9
@ -47,7 +47,7 @@ public:
|
||||
void SetEventId(int id) { m_EventId = id; }
|
||||
wxPoint const &GetClickPosition(void) const { return
|
||||
m_ClickPosition; }
|
||||
virtual ~wxLayoutList() {} ;
|
||||
virtual ~wxLayoutWindow() {} ;
|
||||
private:
|
||||
/// for sending events
|
||||
wxWindow *m_Parent;
|
||||
|
Loading…
Reference in New Issue
Block a user