From 6ba476df60258b2875d95a7188ddd922d302cec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 3 Sep 2016 17:50:57 +0200 Subject: [PATCH] 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 --- bibletime/frontend/mainindex/cmainindex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibletime/frontend/mainindex/cmainindex.cpp b/bibletime/frontend/mainindex/cmainindex.cpp index 24f297a..1d34659 100644 --- a/bibletime/frontend/mainindex/cmainindex.cpp +++ b/bibletime/frontend/mainindex/cmainindex.cpp @@ -228,7 +228,7 @@ void CMainIndex::slotExecuted( TQListViewItem* i ) { /** Reimplementation. Returns the drag object for the current selection. */ TQDragObject* CMainIndex::dragObject() { if (!m_itemsMovable) { - return false; + return 0; } CDragDropMgr::ItemList dndItems;