summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/randart.h')
-rw-r--r--crawl-ref/source/randart.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index 5e1e5c7ee9..fe36bffecc 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -34,17 +34,17 @@ void set_unique_item_status( int base_type, int type, int status );
/* ***********************************************************************
* called from: itemname
* *********************************************************************** */
-const char *randart_armour_name( const item_def &item );
+std::string randart_armour_name( const item_def &item );
/* ***********************************************************************
* called from: itemname
* *********************************************************************** */
-const char *randart_name( const item_def &item );
+std::string randart_name( const item_def &item );
/* ***********************************************************************
* called from: itemname
* *********************************************************************** */
-const char *randart_jewellery_name( const item_def &item );
+std::string randart_jewellery_name( const item_def &item );
/* ***********************************************************************
* called from: describe