Skip to content

Commit af5c17d

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 7016949 commit af5c17d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ipfixprobe/outputPlugin/outputStorage/outputStorageWriter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class OutputStorageWriter {
4545

4646
void push(ElementType element) noexcept
4747
{
48-
if (m_currentContainer->getData().storage.size() != 0) {
48+
if (m_currentContainer.getData().storage.size() != 0) {
4949
throw std::runtime_error("ZZZ");
5050
}
5151
m_currentContainer.getData().storage.emplace_back(std::move(element));

0 commit comments

Comments
 (0)