diff options
Diffstat (limited to 'src/area_popup.h')
-rw-r--r-- | src/area_popup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/area_popup.h b/src/area_popup.h index d2d50b9..2401e4e 100644 --- a/src/area_popup.h +++ b/src/area_popup.h | |||
@@ -23,6 +23,8 @@ class AreaPopup : public wxScrolledCanvas { | |||
23 | 23 | ||
24 | const wxBitmap* unchecked_eye_; | 24 | const wxBitmap* unchecked_eye_; |
25 | const wxBitmap* checked_eye_; | 25 | const wxBitmap* checked_eye_; |
26 | const wxBitmap* unchecked_owl_; | ||
27 | const wxBitmap* checked_owl_; | ||
26 | 28 | ||
27 | wxBitmap rendered_; | 29 | wxBitmap rendered_; |
28 | }; | 30 | }; |