diff options
Diffstat (limited to 'src/libs/gui/BreadCrumb.hpp')
-rw-r--r-- | src/libs/gui/BreadCrumb.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/BreadCrumb.hpp b/src/libs/gui/BreadCrumb.hpp index 7f4f9f89..194a1e8f 100644 --- a/src/libs/gui/BreadCrumb.hpp +++ b/src/libs/gui/BreadCrumb.hpp @@ -54,7 +54,7 @@ public: _view = view; } - const Path& path() const { return _path; } + const Path& path() const { return _path; } SharedPtr<PatchView> view() const { return _view; } void set_path(const Path& path) |