about summary refs log tree commit diff stats
path: root/src/report_popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report_popup.h')
-rw-r--r--src/report_popup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/report_popup.h b/src/report_popup.h index 4ccc913..2da9b73 100644 --- a/src/report_popup.h +++ b/src/report_popup.h
@@ -25,8 +25,9 @@ class ReportPopup : public wxScrolledCanvas {
25 25
26 int door_id_ = -1; 26 int door_id_ = -1;
27 27
28 wxBitmap unchecked_eye_; 28 const wxBitmap* unchecked_eye_;
29 wxBitmap checked_eye_; 29 const wxBitmap* checked_eye_;
30
30 wxBitmap rendered_; 31 wxBitmap rendered_;
31}; 32};
32 33