From 9c3cc136fc5341131457730461a9dd8dcd6465d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 29 Sep 2001 22:15:17 +0000 Subject: [PATCH] removed superfluous backslash git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/inpcons.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wx/univ/inpcons.h b/include/wx/univ/inpcons.h index 4920a8f32c..1077ed8979 100644 --- a/include/wx/univ/inpcons.h +++ b/include/wx/univ/inpcons.h @@ -136,7 +136,6 @@ private: void classname::OnActivate(wxActivateEvent& event) \ { \ wxInputConsumer::OnActivate(event); \ - } \ - + } #endif // _WX_UNIV_INPCONS_H_ -- 2.45.2