Skip to content

Commit

Permalink
Merge pull request #326 from ngageoint/bugfix/const-cphd-wb-reader
Browse files Browse the repository at this point in the history
Add missing const to cphd wideband read
  • Loading branch information
JonathanMeans authored Mar 9, 2020
2 parents 9265630 + 7ae0482 commit fc5f6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion six/modules/c++/cphd/include/cphd/Wideband.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class Wideband
size_t lastSample,
size_t numThreads,
const types::RowCol<size_t>& dims,
void* data)
void* data) const
{
const mem::BufferView<sys::ubyte> buffer(static_cast<sys::ubyte*>(data),
dims.area() * mElementSize);
Expand Down

0 comments on commit fc5f6b9

Please sign in to comment.