removed superfluous backslash

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-09-29 22:15:17 +00:00
parent bbb7a9314d
commit 9c3cc136fc

View File

@@ -136,7 +136,6 @@ private:
void classname::OnActivate(wxActivateEvent& event) \
{ \
wxInputConsumer::OnActivate(event); \
} \
}
#endif // _WX_UNIV_INPCONS_H_