aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/remote_capture_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/remote_capture_dialog.cpp')
-rw-r--r--ui/qt/remote_capture_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/remote_capture_dialog.cpp b/ui/qt/remote_capture_dialog.cpp
index a157a55a32..1cdbf995a1 100644
--- a/ui/qt/remote_capture_dialog.cpp
+++ b/ui/qt/remote_capture_dialog.cpp
@@ -76,7 +76,7 @@ void RemoteCaptureDialog::hostChanged(QString host)
}
-static void fillBox(gpointer key, gpointer, gpointer)
+static void fillBox(gpointer key, gpointer, gpointer user_data)
{
QComboBox *cb = (QComboBox *)user_data;
cb->addItem(QString((gchar*)key));