forked from qt-creator/qt-creator
Sqlite: Fix unittest build on macOS
Change-Id: Id412d0098a1287d5e93c29690bfcf269be1315f3 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -59,9 +59,9 @@ class SQLITE_EXPORT ConstTupleIterator
|
||||
{
|
||||
public:
|
||||
using difference_type = int;
|
||||
using value_type = ValueView;
|
||||
using pointer = const ValueView *;
|
||||
using reference = const ValueView &;
|
||||
using value_type = ValueViews;
|
||||
using pointer = const ValueViews *;
|
||||
using reference = const ValueViews &;
|
||||
using iterator_category = std::forward_iterator_tag;
|
||||
|
||||
ConstTupleIterator(sqlite3_changeset_iter *sessionIterator,
|
||||
|
||||
Reference in New Issue
Block a user