Wireshark-commits: [Wireshark-commits] master 25ba4a2: Guard closing capture window with ifdef.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 17 May 2014 12:07:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=25ba4a2a444bfc153e2569685be596f95639bfbd
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

25ba4a2 by Evan Huus (eapache@xxxxxxxxx):

    Guard closing capture window with ifdef.
    
    That variable is only defined if we HAVE_LIBPCAP. Should fix OSX10.5 buildbot.
    
    Change-Id: I0bafc48955ef4af3c0b8d9d7a35b1e8b27577d31
    Reviewed-on: https://code.wireshark.org/review/1669
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  8129c2d   Add casts to fix OSX 10.6 buildbot
    adds  25ba4a2   Guard closing capture window with ifdef.


Summary of changes:
 ui/qt/main_window.cpp |    2 ++
 1 file changed, 2 insertions(+)