From dc6de526dbdf0145fa3ac0a65d485f40b1722199 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Dec 2017 21:04:31 +0300 Subject: Remove default parameters from dragdrop.g --- src/dragdrop.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dragdrop.h') diff --git a/src/dragdrop.h b/src/dragdrop.h index 76d0c35ce..e20137570 100644 --- a/src/dragdrop.h +++ b/src/dragdrop.h @@ -85,7 +85,7 @@ class DragDrop final void dragItem(const Item *const item, const DragDropSourceT source, - const int tag = 0) + const int tag) { if (mItemImage != nullptr) mItemImage->decRef(); @@ -115,7 +115,7 @@ class DragDrop final void dragCommand(const TextCommand *const command, const DragDropSourceT source, - const int tag = 0) + const int tag) { if (mItemImage != nullptr) mItemImage->decRef(); @@ -150,7 +150,7 @@ class DragDrop final void dragSkill(const SkillInfo *const info, const DragDropSourceT source, - const int tag = 0) + const int tag) { if (mItemImage != nullptr) mItemImage->decRef(); -- cgit v1.2.3-60-g2f50