diff options
Diffstat (limited to 'src/report_popup.h')
-rw-r--r-- | src/report_popup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/report_popup.h b/src/report_popup.h index 9e141bf..4ccc913 100644 --- a/src/report_popup.h +++ b/src/report_popup.h | |||
@@ -19,6 +19,9 @@ class ReportPopup : public wxScrolledCanvas { | |||
19 | 19 | ||
20 | private: | 20 | private: |
21 | void OnPaint(wxPaintEvent& event); | 21 | void OnPaint(wxPaintEvent& event); |
22 | void OnDPIChanged(wxDPIChangedEvent& event); | ||
23 | |||
24 | void LoadIcons(); | ||
22 | 25 | ||
23 | int door_id_ = -1; | 26 | int door_id_ = -1; |
24 | 27 | ||