Skip to content
Snippets Groups Projects
Commit c53eee44 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

Initialized attribute _glyphSource in init list to avoid warning.

parent ff57ee2d
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <vtkSphereSource.h> #include <vtkSphereSource.h>
VtkCompositePointToGlyphFilter::VtkCompositePointToGlyphFilter( vtkAlgorithm* inputAlgorithm ) VtkCompositePointToGlyphFilter::VtkCompositePointToGlyphFilter( vtkAlgorithm* inputAlgorithm )
: VtkCompositeFilter(inputAlgorithm) : VtkCompositeFilter(inputAlgorithm), _glyphSource(nullptr)
{ {
this->init(); this->init();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment