summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockCloth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blocks/BlockCloth.h')
-rw-r--r--src/Blocks/BlockCloth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockCloth.h b/src/Blocks/BlockCloth.h
index 3c1ae7c25..75082c8a6 100644
--- a/src/Blocks/BlockCloth.h
+++ b/src/Blocks/BlockCloth.h
@@ -16,7 +16,7 @@ public:
{
}
- virtual const char * GetStepSound(void) override
+ virtual const char * GetStepSound(void) /*override*/
{
return "step.cloth";
}