about summary refs log tree commit diff stats
path: root/src/paintings_pane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/paintings_pane.h')
-rw-r--r--src/paintings_pane.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/paintings_pane.h b/src/paintings_pane.h index f8d3e09..4c7856f 100644 --- a/src/paintings_pane.h +++ b/src/paintings_pane.h
@@ -16,7 +16,10 @@ class PaintingsPane : public wxPanel {
16 void UpdateIndicators(); 16 void UpdateIndicators();
17 17
18 private: 18 private:
19 void OnClickRevealPaintings(wxCommandEvent& event);
20
19 wxDataViewTreeCtrl* tree_ctrl_; 21 wxDataViewTreeCtrl* tree_ctrl_;
22 wxButton* reveal_btn_;
20}; 23};
21 24
22#endif /* end of include guard: PAINTINGS_PANE_H_815370D2 */ 25#endif /* end of include guard: PAINTINGS_PANE_H_815370D2 */