aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/remote_capture_dialog.cpp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-07-07 00:46:40 -0700
committerGuy Harris <guy@alum.mit.edu>2015-07-07 07:47:16 +0000
commit30d82a423e3be1125ddb6bfe0a3e9199c1412386 (patch)
tree643588d379d4aaf8c942fb0adaec7ae61aba91f3 /ui/qt/remote_capture_dialog.cpp
parent53fcaabe66a7a307f231412111f7890b29bcb6d2 (diff)
Actually, user_data *is* used there.
Change-Id: Ic22741e6551b5ec2eb76408ff8521067d9d40a88 Reviewed-on: https://code.wireshark.org/review/9534 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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));