From 4f08af68b955ae29cab937874ad714752b4bcb51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Fri, 31 Jul 1998 08:38:06 +0000 Subject: [PATCH] fixed stupid typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- user/wxLayout/wxlwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/wxLayout/wxlwindow.h b/user/wxLayout/wxlwindow.h index 3170c6537a..cf656ce45c 100644 --- a/user/wxLayout/wxlwindow.h +++ b/user/wxLayout/wxlwindow.h @@ -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; -- 2.47.2