summaryrefslogtreecommitdiff
blob: 566dfecc210b245c09dd380694eb6a3bafa30b46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix build failure on kfreebsd
Author: Sebastian Ramacher <sramacher@debian.org>
Bug-Debian: https://bugs.debian.org/741623
Forwarded: yes
Last-Update: 2014-04-25

--- a/src/tX_dialog.cc
+++ b/src/tX_dialog.cc
@@ -244,7 +244,7 @@ void append_alsa_device_list(GtkComboBox
 	}
 }
 #else
-void append_alsa_device_list(GtkComboBoxText *combo) {
+void append_alsa_device_list(GtkComboBoxText *combo, char* current) {
 }
 #endif