summaryrefslogtreecommitdiff
path: root/src/hist_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hist_type.hpp')
-rw-r--r--src/hist_type.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hist_type.hpp b/src/hist_type.hpp
index 2da47b7c..07b5a632 100644
--- a/src/hist_type.hpp
+++ b/src/hist_type.hpp
@@ -2,12 +2,14 @@
#include "h-basic.h"
+#include <string>
+
/**
* Player background descriptor.
*/
struct hist_type
{
- char *info; /* Textual History */
+ std::string info; /* Textual History */
byte roll; /* Frequency of this entry */
s16b chart; /* Chart index */