summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockStone.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/blocks/BlockStone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blocks/BlockStone.h b/source/blocks/BlockStone.h
index d15e4730a..bd644a3a4 100644
--- a/source/blocks/BlockStone.h
+++ b/source/blocks/BlockStone.h
@@ -11,7 +11,7 @@ public:
{
}
- virtual int GetDropID()
+ virtual int GetDropID() override
{
return E_ITEM_COBBLESTONE;
}