summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index 93c655383c..3c6818776c 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -79,7 +79,7 @@ public:
const coord_def* operator->() const;
rectangle_iterator& operator ++ ();
- rectangle_iterator operator ++ (int);
+ rectangle_iterator operator ++ (int);
private:
coord_def current, topleft, bottomright;
};