diff options
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h index 52b29de86..566ca060a 100644 --- a/src/wx/timeline.h +++ b/src/wx/timeline.h @@ -66,9 +66,11 @@ private: void playlist_changed (); void setup_pixels_per_time_unit (); void resized (wxSizeEvent &); + void assign_tracks (); boost::weak_ptr<const Film> _film; std::list<boost::shared_ptr<View> > _views; + int _tracks; double _pixels_per_time_unit; bool _left_down; wxPoint _down_point; |
