summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiletex.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tiletex.h')
-rw-r--r--crawl-ref/source/tiletex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tiletex.h b/crawl-ref/source/tiletex.h
index d5692f9021..63abf4d2f4 100644
--- a/crawl-ref/source/tiletex.h
+++ b/crawl-ref/source/tiletex.h
@@ -43,7 +43,7 @@ public:
unsigned int width() const { return m_width; }
unsigned int height() const { return m_height; }
- void bind();
+ void bind() const;
protected:
unsigned int m_handle;