summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/filesystem.h')
-rw-r--r--libs/pbd/pbd/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/filesystem.h b/libs/pbd/pbd/filesystem.h
index aa9f9ef502..c347f3cc42 100644
--- a/libs/pbd/pbd/filesystem.h
+++ b/libs/pbd/pbd/filesystem.h
@@ -192,7 +192,7 @@ path get_absolute_path (const path &);
bool path_is_within (const path &, path);
-bool inodes_same (const path &, const path &);
+bool equivalent_paths (const std::string &, const std::string &);
} // namespace sys