summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_server_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-03-28 13:41:36 +0100
committerRobin Gareus <robin@gareus.org>2013-03-28 13:42:51 +0100
commita1429ed39f142ccf8cde558891cbe59ca97a9922 (patch)
tree12489269635ea4a6f17e4061e86ef8c709e152d3 /gtk2_ardour/video_server_dialog.h
parente18b95b4f4c7a92be3146837835ecf0f8f3c9ba8 (diff)
vtl: simple/localhost mode.
Hide most of the setup complexity that is irrelevant when running the video-server on the same host as Ardour. Add an abstraction layer to the config which will become important later when /building in/ the video-server.
Diffstat (limited to 'gtk2_ardour/video_server_dialog.h')
-rw-r--r--gtk2_ardour/video_server_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/video_server_dialog.h b/gtk2_ardour/video_server_dialog.h
index e6216cfed7..fae0f06390 100644
--- a/gtk2_ardour/video_server_dialog.h
+++ b/gtk2_ardour/video_server_dialog.h
@@ -40,7 +40,7 @@ class VideoServerDialog : public ArdourDialog
~VideoServerDialog ();
std::string get_exec_path () { return path_entry.get_text(); }
- std::string get_docroot () { return docroot_entry.get_text(); }
+ std::string get_docroot ();
std::string get_listenaddr () { return listenaddr_combo.get_active_text();}
int get_listenport () { return listenport_spinner.get_value_as_int();}
int get_cachesize () { return cachesize_spinner.get_value_as_int();}