summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 768be9d3c..43a1214c2 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -16,7 +16,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-
+
/** @file src/wx/film_editor.h
* @brief FilmEditor class.
*/
@@ -48,7 +48,7 @@ public:
ContentPanel* content_panel () const {
return _content_panel;
}
-
+
boost::shared_ptr<Film> film () const {
return _film;
}