aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wireshark-qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index fda4884380..a890a036f6 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -258,7 +258,7 @@ get_wireshark_runtime_info(GString *str)
#endif
}
-void
+static void
g_log_message_handler(QtMsgType type, const QMessageLogContext &, const QString &msg)
{
GLogLevelFlags log_level = G_LOG_LEVEL_DEBUG;