You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombot...

18 lines
437 B

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