summaryrefslogtreecommitdiff
path: root/src/newgrf_town.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_town.h')
-rw-r--r--src/newgrf_town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_town.h b/src/newgrf_town.h
index 3f6094cdb..145571e8a 100644
--- a/src/newgrf_town.h
+++ b/src/newgrf_town.h
@@ -25,7 +25,7 @@ struct TownScopeResolver : public ScopeResolver {
Town *t; ///< %Town of the scope.
bool readonly; ///< When set, persistent storage of the town is read-only,
- TownScopeResolver(ResolverObject *ro, Town *t, bool readonly);
+ TownScopeResolver(ResolverObject &ro, Town *t, bool readonly);
virtual uint32 GetVariable(byte variable, uint32 parameter, bool *available) const;
virtual void StorePSA(uint reg, int32 value);