From 9d9890e76023681a3ef98e2a743856f66a91e97f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jun 2013 15:34:55 +0300 Subject: fix compilation with old compilers. --- src/gui/widgets/itemcontainer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/itemcontainer.cpp') diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp index eb353f5cf..8e05097b5 100644 --- a/src/gui/widgets/itemcontainer.cpp +++ b/src/gui/widgets/itemcontainer.cpp @@ -400,13 +400,13 @@ void ItemContainer::mousePressed(gcn::MouseEvent &event) if (mSelectedIndex == index && mClicks != 2) { - dragDrop.dragItem(item, DragDropSource::DRAGDROP_SOURCE_INVENTORY); + dragDrop.dragItem(item, DRAGDROP_SOURCE_INVENTORY); dragDrop.select(item); mSelectionStatus = SEL_DESELECTING; } else if (item && item->getId()) { - dragDrop.dragItem(item, DragDropSource::DRAGDROP_SOURCE_INVENTORY); + dragDrop.dragItem(item, DRAGDROP_SOURCE_INVENTORY); dragDrop.select(item); setSelectedIndex(index); mSelectionStatus = SEL_SELECTING; -- cgit v1.2.3-70-g09d2