From 172a0119ee0a0bb6d50836c70936907c3eb71c9e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Jun 2006 08:06:14 +0000 Subject: More work on new ports implementation; lots of mass renaming and code removal. git-svn-id: http://svn.drobilla.net/lad/grauph@52 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/gtk/PatchController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/progs/gtk/PatchController.h') diff --git a/src/progs/gtk/PatchController.h b/src/progs/gtk/PatchController.h index 04bc82a8..4dde58e3 100644 --- a/src/progs/gtk/PatchController.h +++ b/src/progs/gtk/PatchController.h @@ -94,8 +94,8 @@ public: PatchWindow* window() const { return m_window; } void window(PatchWindow* pw) { m_window = pw; } - inline string name() const { return m_model->name(); } - inline const string& path() const { return m_model->path(); } + inline string name() const { return m_model->name(); } + inline const Path& path() const { return m_model->path(); } void set_path(const Path& new_path); -- cgit v1.2.1