summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index 26dcd38ed1..9717b90a15 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -70,7 +70,7 @@ int calc_your_to_hit( bool random_factor );
int calc_heavy_armour_penalty( bool random_factor );
-struct melee_attack
+class melee_attack
{
public:
// At the moment this only covers players fighting monsters