Add comment.
[dcpomatic.git] / src / wx / film_name_location_dialog.cc
index 5c6f97f995d7b4c239dbb40ddface8d81d79aa75..05ffa7a685264cfbd46a3e683f21015b3be2bd16 100644 (file)
@@ -150,7 +150,7 @@ FilmNameLocationDialog::check_path ()
                            )) {
                        return false;
                }
-       } else if (boost::filesystem::is_regular_file(path())) {
+       } else if (filesystem::is_regular_file(path())) {
                error_dialog (
                        this,
                        String::compose (wx_to_std(_("%1 already exists as a file, so you cannot use it for a film.")), path().c_str())