aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_region.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_region.h')
-rw-r--r--engines/wintermute/ad/ad_region.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/wintermute/ad/ad_region.h b/engines/wintermute/ad/ad_region.h
index 454e4bdebe..960dde5f15 100644
--- a/engines/wintermute/ad/ad_region.h
+++ b/engines/wintermute/ad/ad_region.h
@@ -43,10 +43,10 @@ public:
bool loadBuffer(byte *buffer, bool complete = true);
virtual bool saveAsText(BaseDynamicBuffer *buffer, int indent);
- bool hasDecoration();
- bool isBlocked();
- uint32 getAlpha();
- float getZoom();
+ bool hasDecoration() const;
+ bool isBlocked() const;
+ uint32 getAlpha() const;
+ float getZoom() const;
// scripting interface
virtual ScValue *scGetProperty(const Common::String &name);
virtual bool scSetProperty(const char *name, ScValue *value);