summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-25 21:01:38 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-25 21:01:38 +0000
commit71b6b1d375ea617a5ca3057063ea76e97dbfbd8f (patch)
tree903d9e5054416840c24a7a79d6a0efaf86287f8b /crawl-ref/source/tilereg.h
parent4b16c906a2ed48ff8a4ae682ad2e6c9615d3fe1b (diff)
downloadcrawl-ref-71b6b1d375ea617a5ca3057063ea76e97dbfbd8f.tar.gz
crawl-ref-71b6b1d375ea617a5ca3057063ea76e97dbfbd8f.zip
Apply kotk's minor fixes patch in [2827129], with minor tweaks.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10409 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilereg.h')
-rw-r--r--crawl-ref/source/tilereg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg.h b/crawl-ref/source/tilereg.h
index 4efce0130a..f6f687b84c 100644
--- a/crawl-ref/source/tilereg.h
+++ b/crawl-ref/source/tilereg.h
@@ -33,7 +33,7 @@ public:
};
// Windows and internal regions (text, dungeon, map, etc.)
-class MouseEvent;
+struct MouseEvent;
class Region
{