diff options
Diffstat (limited to 'binaryview.cpp')
| -rw-r--r-- | binaryview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryview.cpp b/binaryview.cpp index 24a50c11..0dfd0a8d 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -714,7 +714,7 @@ void Segment::SetDataLength(uint64_t dataLength) } -void Segment::SetFlags(uint64_t flags) +void Segment::SetFlags(uint32_t flags) { BNSegmentSetFlags(m_object, flags); } |
