Skip to content
Snippets Groups Projects
Commit 6317b326 authored by Ann Priestman's avatar Ann Priestman
Browse files

Change to unsigned int

parent 334c6349
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ class TSKPool { ...@@ -47,7 +47,7 @@ class TSKPool {
virtual const std::vector<range> unallocated_ranges() const { return {}; }; virtual const std::vector<range> unallocated_ranges() const { return {}; };
TSK_IMG_INFO *getTSKImgInfo(int index) const { TSK_IMG_INFO *getTSKImgInfo(unsigned int index) const {
if (index < _members.size()) { if (index < _members.size()) {
return _members[index].first; return _members[index].first;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment