From 83c05382b0ed6b793ac135d93fa945179682edbd Mon Sep 17 00:00:00 2001 From: RickyRister Date: Sun, 28 Jun 2026 15:28:16 -0700 Subject: [PATCH] fix include guard --- cockatrice/src/game_graphics/tally/subtype_tally.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockatrice/src/game_graphics/tally/subtype_tally.h b/cockatrice/src/game_graphics/tally/subtype_tally.h index 82aecff97..9926528e0 100644 --- a/cockatrice/src/game_graphics/tally/subtype_tally.h +++ b/cockatrice/src/game_graphics/tally/subtype_tally.h @@ -1,5 +1,5 @@ -#ifndef SELECTION_SUBTYPE_TALLY_H -#define SELECTION_SUBTYPE_TALLY_H +#ifndef COCKATRICE_SUBTYPE_TALLY_H +#define COCKATRICE_SUBTYPE_TALLY_H #include "tally.h"