X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fwizard%2Fspoiler-table.h;h=9c258932735f5d6b6c537f5a48ecd06698257e0b;hb=a04e7a1f5489e1828a97ffbc8e147e3ac34b3c04;hp=ad135f4dc721ec7fb692ca0be0cbebf9748e2c62;hpb=31003ccce8b1d969c8fb3fbf64fb6831d599f5c2;p=hengbandforosx%2Fhengbandosx.git diff --git a/src/wizard/spoiler-table.h b/src/wizard/spoiler-table.h index ad135f4dc..9c2589327 100644 --- a/src/wizard/spoiler-table.h +++ b/src/wizard/spoiler-table.h @@ -29,10 +29,10 @@ struct grouper { * of textual names, where entry 'N' is assumed to be paired with * the flag whose value is "1UL << N", but that requires hard-coding. */ -typedef struct flag_desc { +struct flag_desc { tr_type flag; concptr desc; -} flag_desc; +}; extern const std::vector group_item_list; extern const std::vector group_artifact_list;