Skip to content

Commit

Permalink
Initialize m_outputTypes.
Browse files Browse the repository at this point in the history
Close #2115
  • Loading branch information
abellgithub committed Jul 30, 2018
1 parent 9693732 commit 844342f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filters/ReturnsFilter.cpp
Expand Up @@ -76,6 +76,7 @@ PointViewSet ReturnsFilter::run(PointViewPtr inView)
if (!inView->size())
return viewSet;

m_outputTypes = 0;
for (auto& r : m_returnsString)
{
Utils::trim(r);
Expand Down

0 comments on commit 844342f

Please sign in to comment.