Commit 089a99f
committed
COMP: Fix reorder warnings in vtkMRMLCameraNode and vtkMRMLPlotSeriesNode
This commit fixes the following warnings:
/path/to/Slicer/Libs/MRML/Core/vtkMRMLPlotSeriesNode.h: In constructor ‘vtkMRMLPlotSeriesNode::vtkMRMLPlotSeriesNode()’:
/path/to/Slicer/Libs/MRML/Core/vtkMRMLPlotSeriesNode.h:297:7: warning: ‘vtkMRMLPlotSeriesNode::MarkerStyle’ will be initialized after [-Wreorder]
int MarkerStyle;
^
/path/to/Slicer/Libs/MRML/Core/vtkMRMLPlotSeriesNode.h:294:7: warning: ‘int vtkMRMLPlotSeriesNode::LineStyle’ [-Wreorder]
int LineStyle;
^
/path/to/Slicer/Libs/MRML/Core/vtkMRMLCameraNode.h: In constructor ‘vtkMRMLCameraNode::vtkMRMLCameraNode()’:
/path/to/Slicer/Libs/MRML/Core/vtkMRMLCameraNode.h:230:9: warning: ‘vtkMRMLCameraNode::InternalActiveTag’ will be initialized after [-Wreorder]
char *InternalActiveTag;
^
/path/to/Slicer/Libs/MRML/Core/vtkMRMLCameraNode.h:225:14: warning: ‘vtkCamera* vtkMRMLCameraNode::Camera’ [-Wreorder]
vtkCamera *Camera;
^
git-svn-id: http://svn.slicer.org/Slicer4/trunk@26941 3bd1e089-480b-0410-8dfb-8563597acbee1 parent 3da03e3 commit 089a99f
File tree
2 files changed
+3
-3
lines changed- Libs/MRML/Core
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments