Clean up the code a bit to follow the guidelines, including handling of default in switches and line length.

This commit is contained in:
Jay Nabonne
2019-01-30 15:59:37 +00:00
parent 58639481c6
commit 653979936b
3 changed files with 51 additions and 20 deletions

View File

@@ -17,7 +17,9 @@ public:
virtual ~wxDropTarget();
virtual bool OnDrop(wxCoord x, wxCoord y) wxOVERRIDE;
virtual wxDragResult OnData(wxCoord x, wxCoord y, wxDragResult def) wxOVERRIDE;
virtual wxDragResult OnData(wxCoord x,
wxCoord y,
wxDragResult def) wxOVERRIDE;
virtual bool GetData() wxOVERRIDE;
wxDataFormat GetMatchingPair();