]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mdi/mdi.cpp
(blind) fix for wxSound link problem under NetBSD with OSS
[wxWidgets.git] / samples / mdi / mdi.cpp
index 161b1d84c343668ade362ee17c1e1ae9a4705e38..6c521e7a9d8046c6cd92d635e914768426d3b9e5 100644 (file)
@@ -72,7 +72,6 @@ BEGIN_EVENT_TABLE(MyFrame, wxMDIParentFrame)
     EVT_MENU(MDI_QUIT, MyFrame::OnQuit)
 
     EVT_CLOSE(MyFrame::OnClose)
-
     EVT_SIZE(MyFrame::OnSize)
 END_EVENT_TABLE()