From 65716d968e30d41f93ec9d38fc9027ddaa09921b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 4 Oct 2015 02:02:46 +0200 Subject: don't export video-frame request function --- gtk2_ardour/video_image_frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/video_image_frame.cc') diff --git a/gtk2_ardour/video_image_frame.cc b/gtk2_ardour/video_image_frame.cc index 71bc74d2f0..8399d0b802 100644 --- a/gtk2_ardour/video_image_frame.cc +++ b/gtk2_ardour/video_image_frame.cc @@ -193,7 +193,7 @@ VideoImageFrame::cut_rightend () } } -void * +static void * http_get_thread (void *arg) { VideoImageFrame *vif = static_cast(arg); char url[2048]; -- cgit v1.2.3