diff options
Diffstat (limited to 'src/subway_map.h')
| -rw-r--r-- | src/subway_map.h | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/subway_map.h b/src/subway_map.h index dc67867..e375750 100644 --- a/src/subway_map.h +++ b/src/subway_map.h | |||
| @@ -20,11 +20,11 @@ class SubwayMap : public wxPanel { | |||
| 20 | void OnMouseMove(wxMouseEvent &event); | 20 | void OnMouseMove(wxMouseEvent &event); |
| 21 | 21 | ||
| 22 | void Redraw(); | 22 | void Redraw(); |
| 23 | void Resize(); | ||
| 24 | 23 | ||
| 25 | wxImage map_image_; | 24 | wxImage map_image_; |
| 25 | wxImage owl_image_; | ||
| 26 | |||
| 26 | wxBitmap rendered_; | 27 | wxBitmap rendered_; |
| 27 | wxBitmap resized_; | ||
| 28 | int render_x_ = 0; | 28 | int render_x_ = 0; |
| 29 | int render_y_ = 0; | 29 | int render_y_ = 0; |
| 30 | int render_width_ = 0; | 30 | int render_width_ = 0; |
