summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/BreadCrumbBox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/BreadCrumbBox.hpp')
-rw-r--r--src/libs/gui/BreadCrumbBox.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/BreadCrumbBox.hpp b/src/libs/gui/BreadCrumbBox.hpp
index 5e90806b..b5650252 100644
--- a/src/libs/gui/BreadCrumbBox.hpp
+++ b/src/libs/gui/BreadCrumbBox.hpp
@@ -55,7 +55,7 @@ private:
void breadcrumb_clicked(BreadCrumb* crumb);
- void object_removed(const Path& path);
+ void object_destroyed(const Path& path);
void object_renamed(const Path& old_path, const Path& new_path);
Path _active_path;