From b1bb708d4f20e899f5ff8df46b6b4297380b6748 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Jan 2014 15:17:48 +0000 Subject: fix cocoa build --- cocoa/DownloadWindowController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/DownloadWindowController.h') diff --git a/cocoa/DownloadWindowController.h b/cocoa/DownloadWindowController.h index 0d049da15..798ebd1b6 100644 --- a/cocoa/DownloadWindowController.h +++ b/cocoa/DownloadWindowController.h @@ -18,7 +18,7 @@ #import -struct gui_download_table *cocoa_gui_download_table; +struct gui_download_table *cocoa_download_table; @interface DownloadWindowController : NSWindowController { struct download_context *context; -- cgit v1.2.1