remove extraneous commas and semicolons (patch 1537792)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-08-13 21:04:27 +00:00
parent 8bb6b2c057
commit 714cfcbd46

View File

@ -113,7 +113,7 @@ public:
virtual bool OnInit();
};
IMPLEMENT_APP(DnDApp);
IMPLEMENT_APP(DnDApp)
#if wxUSE_DRAG_AND_DROP || wxUSE_CLIPBOARD