summaryrefslogtreecommitdiffstats
path: root/src/progs/gtk/PatchController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/gtk/PatchController.h')
-rw-r--r--src/progs/gtk/PatchController.h4
1 files changed, 2 insertions, 2 deletions
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);