summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilesdl.cc
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2013-03-14 22:09:58 +0100
committerRaphael Langella <raphael.langella@gmail.com>2013-03-14 22:09:58 +0100
commit9ed4ec029105577f682ce86d38a349f436ef8ccb (patch)
tree49b783b9409a64c9f1fe6bef8e6c496271b200e3 /crawl-ref/source/tilesdl.cc
parentbb4e2baa461b4702faf350c063fdd6abeffdfe0a (diff)
downloadcrawl-ref-9ed4ec029105577f682ce86d38a349f436ef8ccb.tar.gz
crawl-ref-9ed4ec029105577f682ce86d38a349f436ef8ccb.zip
Fix tiles compilation.
Diffstat (limited to 'crawl-ref/source/tilesdl.cc')
-rw-r--r--crawl-ref/source/tilesdl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilesdl.cc b/crawl-ref/source/tilesdl.cc
index 73724ecaa5..3bfaa32233 100644
--- a/crawl-ref/source/tilesdl.cc
+++ b/crawl-ref/source/tilesdl.cc
@@ -342,7 +342,7 @@ bool TilesFramework::initialise()
"dat/tiles/stone_soup_icon-32x32.png";
#endif
- string title = CRAWL " " + Version::Long();
+ string title = string(CRAWL " ") + Version::Long;
// Do our initialization here.