summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-18 09:23:47 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-18 09:23:47 +0000
commitae3f16ee3946f99b45e226547277a7da12425eff (patch)
treeb249b36fc53a85772225e37a612006bc8b1a4252 /crawl-ref/source/randart.h
parent5233dde1ad2b6c28cf9fd04735b4d2d37ce9af57 (diff)
downloadcrawl-ref-ae3f16ee3946f99b45e226547277a7da12425eff.tar.gz
crawl-ref-ae3f16ee3946f99b45e226547277a7da12425eff.zip
A few more char*s fall by the wayside, replaced by strings.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1598 c06c8d41-db1a-0410-9941-cceddc491573
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