From 31ee8e22494495c2fa23bcb8d2601c12efe3dfd6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Oct 2013 15:22:42 +0100 Subject: [PATCH] Comment. --- src/wx/timeline.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index def52ad9d..e04d9ee74 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -75,6 +75,8 @@ private: dcpomatic::Rect _last_paint_bbox; }; + +/** Parent class for views of pieces of content */ class ContentView : public View { public: @@ -323,6 +325,7 @@ private: int _y; }; + Timeline::Timeline (wxWindow* parent, FilmEditor* ed, shared_ptr film) : wxPanel (parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE) , _film_editor (ed) -- 2.30.2