From ca7c05f2beea437be5ba8a1d7ba39c8b37697ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 3 Sep 2016 18:02:12 +0200 Subject: Fix FTBFS with GCC6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit ff2d047224d3971ed795a6d2dfe020eb65958b59) --- plugins/upnp/upnpprefwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/upnp/upnpprefwidget.cpp b/plugins/upnp/upnpprefwidget.cpp index 7d0bbb5..ab84a2e 100644 --- a/plugins/upnp/upnpprefwidget.cpp +++ b/plugins/upnp/upnpprefwidget.cpp @@ -165,7 +165,7 @@ namespace kt { net::Port & p = *i; if (p.forward) - r->undoForward(p,false); + r->undoForward(p, 0); } TQString def_dev = UPnPPluginSettings::defaultDevice(); @@ -238,7 +238,7 @@ namespace kt try { if (def_router && port.forward) - def_router->undoForward(port,false); + def_router->undoForward(port, 0); } catch (Error & e) { -- cgit v1.2.3