From dfbb57e394367376ae6ce7bddfd05912cf520ba4 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sat, 3 Sep 2016 17:53:48 +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 --- libk3b/core/k3bglobals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libk3b/core/k3bglobals.cpp') diff --git a/libk3b/core/k3bglobals.cpp b/libk3b/core/k3bglobals.cpp index 29ef523..2e542e3 100644 --- a/libk3b/core/k3bglobals.cpp +++ b/libk3b/core/k3bglobals.cpp @@ -594,7 +594,7 @@ bool K3b::mount( K3bDevice::Device* dev ) #if KDE_IS_VERSION(3,4,0) // first try to mount it the standard way - if( TDEIO::NetAccess::synchronousRun( TDEIO::mount( true, 0, mntDev, false ), 0 ) ) + if( TDEIO::NetAccess::synchronousRun( TDEIO::mount( true, 0, mntDev, 0, false ), 0 ) ) return true; #endif -- cgit v1.2.3