summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h
index 4214ee3a8..5d7960be5 100644
--- a/src/wx/timeline.h
+++ b/src/wx/timeline.h
@@ -1,3 +1,5 @@
+/* -*- c-basic-offset: 8; default-tab-width: 8; -*- */
+
/*
Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
@@ -61,6 +63,7 @@ private:
void left_down (wxMouseEvent &);
void playlist_changed ();
void setup_pixels_per_time_unit ();
+ void resized (wxSizeEvent &);
boost::weak_ptr<const Film> _film;
std::list<boost::shared_ptr<View> > _views;