summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-25 14:11:29 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-25 14:11:29 +0100
commit49e401f651ccf6c409fc84f57aa205f1920ef070 (patch)
treefe7b078954380a73a645144359f1c717c1e22949 /src/wx/film_editor.h
parenta6d6a794b28c3b3e6679f01c1890f396453eb5ac (diff)
Tidy up Frame / App classes, reducing use of static variables.
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 96cae3900..6f39f2d68 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -45,7 +45,7 @@ class SubtitleContent;
class FilmEditor : public wxPanel
{
public:
- FilmEditor (boost::shared_ptr<Film>, wxWindow *);
+ FilmEditor (wxWindow *);
void set_film (boost::shared_ptr<Film>);
void set_selection (boost::weak_ptr<Content>);