diff options
| author | Martin Ridgers <[email protected]> | 2021-09-09 13:20:45 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-09-14 14:29:27 +0200 |
| commit | 47d521894073b28d5e86b16b5a60fc369c07b530 (patch) | |
| tree | 1190780c9630da391f3e6c09f316288bb386b998 /zencore/include | |
| parent | Missing include (diff) | |
| download | zen-47d521894073b28d5e86b16b5a60fc369c07b530.tar.xz zen-47d521894073b28d5e86b16b5a60fc369c07b530.zip | |
Added a missing friend
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/compactbinary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore/include/zencore/compactbinary.h b/zencore/include/zencore/compactbinary.h index e20679317..b214802bf 100644 --- a/zencore/include/zencore/compactbinary.h +++ b/zencore/include/zencore/compactbinary.h @@ -748,6 +748,8 @@ private: friend class CbFieldViewIterator; + friend class CbFieldIterator; + /** Pointer to the first byte past the end of the last field. Set to null at the end. */ const void* FieldsEnd = nullptr; }; |