From 0c063cf5b45a843485fe3343e5fb79a40141f88c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Nov 2015 21:16:07 +0300 Subject: Convert DragDropSource enum into strong typed enum. --- src/item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.cpp') diff --git a/src/item.cpp b/src/item.cpp index 2f574130c..721c8115b 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -35,7 +35,7 @@ #include "debug.h" -DragDrop dragDrop(nullptr, DRAGDROP_SOURCE_EMPTY); +DragDrop dragDrop(nullptr, DragDropSource::Empty); Item::Item(const int id, const int type, -- cgit v1.2.3-70-g09d2