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:
@@ -136,7 +136,6 @@ private:
|
|||||||
void classname::OnActivate(wxActivateEvent& event) \
|
void classname::OnActivate(wxActivateEvent& event) \
|
||||||
{ \
|
{ \
|
||||||
wxInputConsumer::OnActivate(event); \
|
wxInputConsumer::OnActivate(event); \
|
||||||
} \
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // _WX_UNIV_INPCONS_H_
|
#endif // _WX_UNIV_INPCONS_H_
|
||||||
|
Reference in New Issue
Block a user