summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-01 23:06:23 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-01 23:06:23 +0000
commitc7a0c827d30b7d82ac50e4cf559be2a3606ab6c3 (patch)
treebba00e6a4bee4a52f6105c6999b49d7d08c1b002 /src/wx/content_panel.h
parent6cd300ca8513b360990360d2999bec3b8988fd97 (diff)
Move the preview to the start of a piece of content
when selecting it. Suggested-by: Carsten Kurz
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index 633ea1bd6..8d11e6289 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -101,5 +101,6 @@ private:
wxNotebook* _parent;
boost::shared_ptr<Film> _film;
+ FilmViewer* _film_viewer;
bool _generally_sensitive;
};