From df38131db2c4eb5c83655d848a9776faa79331ca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Jun 2008 19:32:41 +0000 Subject: Fix lingering breadcrumbs of destroyed subpatches (ticket #80). git-svn-id: http://svn.drobilla.net/lad/ingen@1258 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/BreadCrumb.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/gui/BreadCrumb.hpp') 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 view() const { return _view; } void set_path(const Path& path) -- cgit v1.2.1