aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-11-30 12:28:24 +0100
committerAnders Broman <a.broman58@gmail.com>2015-11-30 20:49:57 +0000
commit78d664ce7e9a5d70e46d18fb72cd5bb93abf2918 (patch)
treeb8f1302830a889136c8e36b81272fc11026fd715 /ui
parentdc9f7820176b7c7c85f6ac290a2ca2d0941219e1 (diff)
main_window: fix no previous prototype for function 'plugin_if_mainwindow_gotoframe' [-Wmissing-prototypes]
Change-Id: I2ac9d2250e8553b4cbd4146f931b618424dffdf5 Reviewed-on: https://code.wireshark.org/review/12304 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/main_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index 45c90974da..310f419923 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -121,7 +121,7 @@ static void plugin_if_mainwindow_preference(gconstpointer user_data)
}
}
-void plugin_if_mainwindow_gotoframe(gconstpointer user_data)
+static void plugin_if_mainwindow_gotoframe(gconstpointer user_data)
{
if ( gbl_cur_main_window_ != NULL && user_data != NULL )
{