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/dropshortcutcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/dropshortcutcontainer.cpp') diff --git a/src/gui/widgets/dropshortcutcontainer.cpp b/src/gui/widgets/dropshortcutcontainer.cpp index 166b5eaec..2a65a57c1 100644 --- a/src/gui/widgets/dropshortcutcontainer.cpp +++ b/src/gui/widgets/dropshortcutcontainer.cpp @@ -184,7 +184,7 @@ void DropShortcutContainer::mouseDragged(gcn::MouseEvent &event) if (item) { - dragDrop.dragItem(item, DragDropSource::DRAGDROP_SOURCE_DROP); + dragDrop.dragItem(item, DRAGDROP_SOURCE_DROP); dropShortcut->removeItem(index); } else -- cgit v1.2.3-70-g09d2