Skip to content

Commit

Permalink
Update DataColumn classes
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Jul 14, 2024
1 parent 1c2bce2 commit 5237d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/momo/DataColumn.h
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ class DataColumnInfoNative : public internal::DataColumnInfoBase<TStruct, DataCo
{
static Struct staticStruct; //?
return static_cast<Code>(
reinterpret_cast<const std::byte*>(std::addressof(staticStruct.*column))
- reinterpret_cast<const std::byte*>(std::addressof(staticStruct)));
reinterpret_cast<const internal::Byte*>(std::addressof(staticStruct.*column))
- reinterpret_cast<const internal::Byte*>(std::addressof(staticStruct)));
}

template<typename PtrVisitor>
Expand Down

0 comments on commit 5237d9b

Please sign in to comment.