diff --git a/src/apps/debugger/model/TypeLookupConstraints.h b/src/apps/debugger/model/TypeLookupConstraints.h index 44c992574d..cfc42c1fab 100644 --- a/src/apps/debugger/model/TypeLookupConstraints.h +++ b/src/apps/debugger/model/TypeLookupConstraints.h @@ -25,6 +25,9 @@ public: bool HasBaseTypeName() const; type_kind TypeKind() const; int32 SubtypeKind() const; + + // TODO: This should be further generalized to being able to + // pass a full set of constraints for the base type, not just the name const BString& BaseTypeName() const; void SetTypeKind(type_kind typeKind);