summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-16 22:07:00 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-16 22:07:00 +0100
commit4ed8eafd541c2c5867795db56c440e444cc0aeff (patch)
tree22a797105d667c7a5525bb895be593d1ea6cad25 /src/wx
parenteb94fae8de00d63a44d46599cb78a63d7e08edfc (diff)
string -> filesystem::path
Diffstat (limited to 'src/wx')
-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 */