aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_response_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_response_context.h')
-rw-r--r--engines/wintermute/ad/ad_response_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ad/ad_response_context.h b/engines/wintermute/ad/ad_response_context.h
index d0dc1546b7..d5c8bb3fa3 100644
--- a/engines/wintermute/ad/ad_response_context.h
+++ b/engines/wintermute/ad/ad_response_context.h
@@ -37,7 +37,7 @@ namespace WinterMute {
class AdResponseContext : public BaseClass {
public:
void setContext(const char *context);
- int _iD;
+ int _id;
char *_context;
DECLARE_PERSISTENT(AdResponseContext, BaseClass)
AdResponseContext(BaseGame *inGame);