Skip to content

Commit

Permalink
[MDAPI-83][C++] Implement IndexedTxModel
Browse files Browse the repository at this point in the history
IndexedTxModel
  • Loading branch information
AnatolyKalin committed Nov 20, 2024
1 parent 4857001 commit 7edab74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dxfeed_graal_cpp_api/model/IndexedTxModel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct DXFCPP_EXPORT IndexedTxModel : RequireMakeShared<IndexedTxModel> {
void setSources(EventSourceIt begin, EventSourceIt end) const {
auto list = EventSourceWrapper::ListUtils::toGraalListUnique(begin, end);

setSymbolsImpl(list.get());
setSourcesImpl(list.get());
}

template <ConvertibleToEventSourceWrapperCollection EventSourceCollection>
Expand Down

0 comments on commit 7edab74

Please sign in to comment.