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