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:
@@ -113,7 +113,7 @@ public:
|
|||||||
virtual bool OnInit();
|
virtual bool OnInit();
|
||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_APP(DnDApp);
|
IMPLEMENT_APP(DnDApp)
|
||||||
|
|
||||||
#if wxUSE_DRAG_AND_DROP || wxUSE_CLIPBOARD
|
#if wxUSE_DRAG_AND_DROP || wxUSE_CLIPBOARD
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user