mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-28 14:04:47 -04:00
Include offset in FfsReport
This commit is contained in:
parent
cf01543f06
commit
9ee937a429
2 changed files with 17 additions and 11 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
private:
|
||||
TreeModel* model;
|
||||
|
||||
USTATUS generateRecursive(std::vector<UString> & report, UModelIndex index, UINT32 level = 0);
|
||||
USTATUS generateRecursive(std::vector<UString> & report, const UModelIndex & index, const UINT32 level = 0);
|
||||
};
|
||||
|
||||
#endif // FFSREPORT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue