diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-06-08 23:11:12 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-06-09 18:59:43 -0400 |
| commit | 7b2700b2748b9513811ab6521c9b57e23175c1e2 (patch) | |
| tree | 3d21461fb775caf07a7bb79a92057bf8f222b827 /binaryview.cpp | |
| parent | ecc69a0da9a7f37e9e126beb17c20e537be92e22 (diff) | |
Fix warnings
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); } |
