summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-14 02:45:41 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-14 02:45:41 +0000
commiteb5870781a5173b1cbfc2dd4e975be29e5d00a99 (patch)
treef0d68992e35c6ff7c93c12f176b6695d85d1233d /gtk2_ardour/ardour_ui.h
parent1238f09478e8def7f4e2bc8df9951ed78ca3ccd1 (diff)
Add dialogue to ask user about ambiguous source files. Fixes #3603.
git-svn-id: svn://localhost/ardour2/branches/3.0@8265 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index fa21389741..d09084c39d 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -714,6 +714,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
std::list<WindowProxyBase*> _window_proxies;
int missing_file (ARDOUR::Session*s, std::string str, ARDOUR::DataType type);
+ int ambiguous_file (std::string file, std::string path, std::vector<std::string> hits);
};
#endif /* __ardour_gui_h__ */