about summary refs log tree commit diff stats
path: root/src/area_popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/area_popup.h')
-rw-r--r--src/area_popup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/area_popup.h b/src/area_popup.h index 3326406..d2d50b9 100644 --- a/src/area_popup.h +++ b/src/area_popup.h
@@ -21,8 +21,9 @@ class AreaPopup : public wxScrolledCanvas {
21 21
22 int area_id_; 22 int area_id_;
23 23
24 wxBitmap unchecked_eye_; 24 const wxBitmap* unchecked_eye_;
25 wxBitmap checked_eye_; 25 const wxBitmap* checked_eye_;
26
26 wxBitmap rendered_; 27 wxBitmap rendered_;
27}; 28};
28 29