From: Vadim Zeitlin Date: Sun, 13 Aug 2006 21:04:27 +0000 (+0000) Subject: remove extraneous commas and semicolons (patch 1537792) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/714cfcbd468055fc74c4d0980b5dfc17594b3bec remove extraneous commas and semicolons (patch 1537792) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/dnd/dnd.cpp b/samples/dnd/dnd.cpp index 2372216093..121323349d 100644 --- a/samples/dnd/dnd.cpp +++ b/samples/dnd/dnd.cpp @@ -113,7 +113,7 @@ public: virtual bool OnInit(); }; -IMPLEMENT_APP(DnDApp); +IMPLEMENT_APP(DnDApp) #if wxUSE_DRAG_AND_DROP || wxUSE_CLIPBOARD