summaryrefslogtreecommitdiff
path: root/src/tables.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables.hpp')
-rw-r--r--src/tables.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tables.hpp b/src/tables.hpp
index 58dfaae2..613dbddb 100644
--- a/src/tables.hpp
+++ b/src/tables.hpp
@@ -63,7 +63,7 @@ extern tactic_info_type tactic_info[9];
extern activation activation_info[MAX_T_ACT];
extern inscription_info_type inscription_info[MAX_INSCRIPTIONS];
extern cptr sense_desc[];
-extern std::vector<flags_group> const &flags_groups();
+std::vector<flags_group> const &flags_groups();
extern power_type powers_type[POWER_MAX];
extern cptr artifact_names_list;
extern monster_power monster_powers[MONSTER_POWERS_MAX];