(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
This commit is contained in:
@@ -37,7 +37,7 @@ struct RailTypeResolverObject : public ResolverObject {
|
||||
{
|
||||
switch (scope) {
|
||||
case VSG_SCOPE_SELF: return &this->railtype_scope;
|
||||
default: return &this->default_scope; // XXX ResolverObject::GetScope(scope, relative);
|
||||
default: return ResolverObject::GetScope(scope, relative);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user