Update src/query/v2/multiframe.hpp

Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
This commit is contained in:
Jeremy B 2022-12-05 10:34:58 +01:00 committed by GitHub
parent 98ae30d861
commit 68ae729b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ class ValidFramesReader {
using pointer = value_type *;
using reference = const Frame &;
Iterator() {}
Iterator() = default;
explicit Iterator(FrameWithValidity *ptr) : ptr_(ptr) {}
reference operator*() const { return *ptr_; }