aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/follow_stream_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-15 20:25:33 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-15 20:25:33 +0000
commitde4c6a2d07c0d28ee35e19c2f98b028dcca53f8c (patch)
treedbc9938824506885a0fb3a54aff3ab7f0fd4cc99 /ui/qt/follow_stream_dialog.h
parent1868bd172bde87087d0d150a8c44570d70d55efd (diff)
Reset data_out_file when we close it. Add comments and fixup whitespace.
svn path=/trunk/; revision=53343
Diffstat (limited to 'ui/qt/follow_stream_dialog.h')
-rw-r--r--ui/qt/follow_stream_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/follow_stream_dialog.h b/ui/qt/follow_stream_dialog.h
index 45db0e22b7..d8212c6129 100644
--- a/ui/qt/follow_stream_dialog.h
+++ b/ui/qt/follow_stream_dialog.h
@@ -134,7 +134,7 @@ private:
int client_packet_count_;
int server_packet_count_;
guint32 last_packet_;
- bool last_from_server_;
+ gboolean last_from_server_;
int turns_;
QMap<int,guint32> text_pos_to_packet_;