mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-02 04:34:47 +01:00
Several fixes for broken Mac build
This commit is contained in:
parent
7c2799f3ba
commit
5c521532fc
4 changed files with 10 additions and 11 deletions
|
|
@ -3885,7 +3885,7 @@ const CodeModules* MinidumpUnloadedModuleList::Copy() const {
|
|||
return new BasicCodeModules(this);
|
||||
}
|
||||
|
||||
vector<linked_ptr<const CodeModule>>
|
||||
vector<linked_ptr<const CodeModule> >
|
||||
MinidumpUnloadedModuleList::GetShrunkRangeModules() const {
|
||||
return vector<linked_ptr<const CodeModule> >();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue