summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-09-09 20:25:59 +0000
committerJörg Mayer <jmayer@loplof.de>2013-09-09 20:25:59 +0000
commit1d095d1b564cbbdd4c7809cd83c03d1edf2792ae (patch)
tree7b427a75b8def686ae2ca4af1b0172b20a30f57a /ui/qt/main_window.h
parentf93f3e241e417f8574b1ea1736251f2c743bdc3e (diff)
downloadwireshark-1d095d1b564cbbdd4c7809cd83c03d1edf2792ae.tar.gz
Add a missing ;
svn path=/trunk/; revision=51890
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index d73173247a..30e041314d 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -111,7 +111,7 @@ private:
SummaryDialog summary_dialog_;
ByteViewTab *byte_view_tab_;
QWidget *empty_pane_;
- FollowStreamDialog follow_stream_dialog
+ FollowStreamDialog follow_stream_dialog;
bool capture_stopping_;
bool capture_filter_valid_;