Include offset in FfsReport

This commit is contained in:
vit9696 2018-05-08 18:44:49 +03:00
parent cf01543f06
commit 9ee937a429
2 changed files with 17 additions and 11 deletions

View file

@ -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