summaryrefslogtreecommitdiff
path: root/ui/qt/simple_statistics_dialog.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-08-18 21:56:52 +0200
committerAnders Broman <a.broman58@gmail.com>2015-08-18 20:04:21 +0000
commit2eaaffec334b9077eb6cc73536c02031034ddc27 (patch)
tree16df1b50f1fbdc7584659135f8f94db38f026c23 /ui/qt/simple_statistics_dialog.h
parent6ed3e080e9942d558b006a2f32a5aff0ff0d2876 (diff)
downloadwireshark-2eaaffec334b9077eb6cc73536c02031034ddc27.tar.gz
simple_statistics_dialog(.h): fix parameter 'st_table' not found in the function declaration [-Wdocumentation]
Change-Id: I69814a05fa6ad65315e36fa75ae60634e934be5c Reviewed-on: https://code.wireshark.org/review/10117 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/simple_statistics_dialog.h')
-rw-r--r--ui/qt/simple_statistics_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/simple_statistics_dialog.h b/ui/qt/simple_statistics_dialog.h
index befd654d4b..918104e10d 100644
--- a/ui/qt/simple_statistics_dialog.h
+++ b/ui/qt/simple_statistics_dialog.h
@@ -37,7 +37,7 @@ public:
protected:
/** Add a simple statistics table.
*
- * @param st_table The table to add.
+ * @param stat_data The table to add.
*/
// gtk:service_response_table.h:init_srt_table
void addMissingRows(struct _new_stat_data_t *stat_data);