#ifndef PAINTINGS_PANE_H_815370D2 #define PAINTINGS_PANE_H_815370D2 #include #ifndef WX_PRECOMP #include #endif class wxDataViewTreeCtrl; class PaintingsPane : public wxPanel { public: explicit PaintingsPane(wxWindow* parent); void UpdateIndicators(); private: wxDataViewTreeCtrl* tree_ctrl_; }; #endif /* end of include guard: PAINTINGS_PANE_H_815370D2 */