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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 06a65dd9f..80c35d3d8 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -50,7 +50,7 @@ public:
void set_film (boost::shared_ptr<Film>);
void set_selection (boost::weak_ptr<Content>);
- boost::signals2::signal<void (std::string)> FileChanged;
+ boost::signals2::signal<void (boost::filesystem::path)> FileChanged;
/* Stuff for panels */