summaryrefslogtreecommitdiff
path: root/src/store_info_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/store_info_type.hpp')
-rw-r--r--src/store_info_type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store_info_type.hpp b/src/store_info_type.hpp
index abb87095..78aa071e 100644
--- a/src/store_info_type.hpp
+++ b/src/store_info_type.hpp
@@ -11,7 +11,7 @@
*/
struct store_info_type
{
- const char *name = nullptr; /* Name */
+ std::string name; /* Name */
std::vector<store_item> items; /* Table -- Legal item kinds */