aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file_dialog.cpp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-07-07 22:17:11 -0700
committerGuy Harris <guy@alum.mit.edu>2015-07-08 05:18:00 +0000
commitd7f0118a74d540d3c8b07296c2c7b248ed13b464 (patch)
tree9b31d0e605abb57cbe017204214e2099169e6ea1 /ui/qt/capture_file_dialog.cpp
parente93fa8a82dffd12d03d0ac4d8a71d83cf75f1eaa (diff)
Put back closing } accidentally removed in previous commit.
Change-Id: Ic02b0c86e55751a27d5d0417f4f5314def69e794 Reviewed-on: https://code.wireshark.org/review/9550 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/qt/capture_file_dialog.cpp')
-rw-r--r--ui/qt/capture_file_dialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/capture_file_dialog.cpp b/ui/qt/capture_file_dialog.cpp
index 6803ec5615..e31bd51a83 100644
--- a/ui/qt/capture_file_dialog.cpp
+++ b/ui/qt/capture_file_dialog.cpp
@@ -68,6 +68,8 @@ extern void capture_start_confirmed(void) {
* @param cf_names_freeme the selection data reported from GTK
*/
extern void dnd_open_file_cmd(gchar *) {
+}
+
// From gtk/menus.h & main_menubar.c
/** User pushed a recent file submenu item.
*