summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilefont.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-08 03:07:19 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-08 03:07:19 +0100
commit679a4604928c566697cf27ae6158506fb044a356 (patch)
treee85c38d3b0df045d97b330149d6e7b5a6f08b775 /crawl-ref/source/tilefont.h
parentea0711175419418ee930d4b798fbc0199218a7bf (diff)
downloadcrawl-ref-679a4604928c566697cf27ae6158506fb044a356.tar.gz
crawl-ref-679a4604928c566697cf27ae6158506fb044a356.zip
Fix the struct/class clang warnings for tiles, too.
I'm unable to test optimized builds as clang (trunk) crashes during compilation.
Diffstat (limited to 'crawl-ref/source/tilefont.h')
-rw-r--r--crawl-ref/source/tilefont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilefont.h b/crawl-ref/source/tilefont.h
index 850276defe..3956f5b677 100644
--- a/crawl-ref/source/tilefont.h
+++ b/crawl-ref/source/tilefont.h
@@ -13,7 +13,7 @@
extern const VColour term_colours[MAX_TERM_COLOUR];
class FontBuffer;
-class VColour;
+struct VColour;
class formatted_string;
class FontWrapper