Skip to content

Commit aa628f3

Browse files
committed
Fix after rebasing
1 parent faf021a commit aa628f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Series.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ AdvanceStatus Series::advance(AdvanceMode mode)
15941594
"Advancing a step in file-based iteration encoding is "
15951595
"iteration-specific.");
15961596
}
1597-
constexpr internal::FlushParams flushParams = {FlushLevel::UserFlush};
1597+
internal::FlushParams const flushParams = {FlushLevel::UserFlush};
15981598
/*
15991599
* We call flush_impl() with flushIOHandler = false, meaning that tasks are
16001600
* not yet propagated to the backend.

0 commit comments

Comments
 (0)