summaryrefslogtreecommitdiff
path: root/src/item.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-16 21:16:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-16 21:16:07 +0300
commit0c063cf5b45a843485fe3343e5fb79a40141f88c (patch)
treee2419701a312e0ba97404049cd5b82b7420c3fce /src/item.cpp
parentdb82bf99bbd6d246f3e8da19fe88705f7015f144 (diff)
downloadmv-0c063cf5b45a843485fe3343e5fb79a40141f88c.tar.gz
mv-0c063cf5b45a843485fe3343e5fb79a40141f88c.tar.bz2
mv-0c063cf5b45a843485fe3343e5fb79a40141f88c.tar.xz
mv-0c063cf5b45a843485fe3343e5fb79a40141f88c.zip
Convert DragDropSource enum into strong typed enum.
Diffstat (limited to 'src/item.cpp')
-rw-r--r--src/item.cpp2
1 files changed, 1 insertions, 1 deletions
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,