From a5e717a28424483f28287f60fcd6ed47add66376 Mon Sep 17 00:00:00 2001 From: Zach Bacon Date: Tue, 5 Jun 2018 11:14:47 -0400 Subject: [PATCH] add brace so it doesn't break compilation Phone editing is a no, but I didn't want to break compilation. --- src/wx/panel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index 93bac06f..ca2d2027 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -2239,6 +2239,7 @@ DXDrawingPanel::DXDrawingPanel(wxWindow* parent, int _width, int _height) } if (todraw) { + } } void DXDrawingPanel::DrawArea(wxWindowDC& dc)