diff options
Diffstat (limited to 'src/dragdrop.h')
-rw-r--r-- | src/dragdrop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dragdrop.h b/src/dragdrop.h index 6d45a69e1..d67c2623e 100644 --- a/src/dragdrop.h +++ b/src/dragdrop.h @@ -57,6 +57,8 @@ class DragDrop mItemImage->incRef(); } + A_DELETE_COPY(DragDrop) + ~DragDrop() { if (mItemImage) |