diff options
Diffstat (limited to 'src/dragdrop.h')
-rw-r--r-- | src/dragdrop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dragdrop.h b/src/dragdrop.h index 157b1aec8..6f18479a4 100644 --- a/src/dragdrop.h +++ b/src/dragdrop.h @@ -195,7 +195,7 @@ class DragDrop final bool isEmpty() const { return mSource == DRAGDROP_SOURCE_EMPTY; } - void select(Item *const item) + void select(const Item *const item) { if (item) { |