diff options
Diffstat (limited to 'src/paintings_pane.h')
-rw-r--r-- | src/paintings_pane.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/paintings_pane.h b/src/paintings_pane.h index 4c7856f..2b79286 100644 --- a/src/paintings_pane.h +++ b/src/paintings_pane.h | |||
@@ -13,7 +13,8 @@ class PaintingsPane : public wxPanel { | |||
13 | public: | 13 | public: |
14 | explicit PaintingsPane(wxWindow* parent); | 14 | explicit PaintingsPane(wxWindow* parent); |
15 | 15 | ||
16 | void UpdateIndicators(); | 16 | void ResetIndicators(); |
17 | void UpdateIndicators(const std::vector<std::string>& paintings); | ||
17 | 18 | ||
18 | private: | 19 | private: |
19 | void OnClickRevealPaintings(wxCommandEvent& event); | 20 | void OnClickRevealPaintings(wxCommandEvent& event); |