[vtkusers] error when including vtkSelectionNode
Gonzalo Amadio
gonzaloamadio at gmail.com
Mon Aug 6 13:12:54 EDT 2012
I have an error when adding this line to my program.
#include <vtkSelectionNode.h>
The error I have is :
/VTK-src/Filtering/vtkSelectionNode.h:168:35: error: expected
> unqualified-id before numeric constant
> /VTK-src/Filtering/vtkSelectionNode.h:168:35: error: expected ‘;’ before
> numeric constant
if (this->SelectionData)
> {
> //THIS IS LINE 168
> this->SelectionData->PrintSelf(os, indent.GetNextIndent());
> }
I have not touched the file. I attached it, just in case.
I am using VTK 5.6.1
Any ideas of what can it be?
--
--------
Gonzalo Amadio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120806/960d6d8e/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkSelectionNode.cxx
Type: application/octet-stream
Size: 12087 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120806/960d6d8e/attachment.obj>
More information about the vtkusers
mailing list