diff options
Diffstat (limited to 'src/item.cpp')
-rw-r--r-- | src/item.cpp | 2 |
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, |