summaryrefslogtreecommitdiff
path: root/src/dragdrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dragdrop.h')
-rw-r--r--src/dragdrop.h6
1 files changed, 3 insertions, 3 deletions
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();