add brace so it doesn't break compilation

Phone editing is a no, but I didn't want to break compilation.
This commit is contained in:
Zach Bacon 2018-06-05 11:14:47 -04:00 committed by GitHub
parent 4a615ab395
commit a5e717a284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2239,6 +2239,7 @@ DXDrawingPanel::DXDrawingPanel(wxWindow* parent, int _width, int _height)
}
if (todraw) {
}
}
void DXDrawingPanel::DrawArea(wxWindowDC& dc)