Page MenuHomePhabricator

COMP: Several BaseRenderer* parameters in mitk::DataNode are not const-correct
Closed, ResolvedPublic

Description

The BaseRenderer* parameter for GetPropertyValue, Get*Property, etc should all be const.

Event Timeline

[e06830]: Merge branch 'bug-16028-DataNode-const-correct-params'

Merged commits:

2013-09-11 20:12:45 Taylor Braun-Jones [4fb4d1]
COMP: Use const correct parameters in DataStorage methods


2013-09-11 16:04:24 Taylor Braun-Jones [cb8f51]
COMP: Use const correct parameters in DataNode methods

The previous pull request had not been rebased against master for a
while so it was missing a fix for a new DataNode method that has the
same const-correctness problem on the renderer parameter.

Pull request with the one additional fix:
https://github.com/MITK/MITK/pull/86

[86b7bb]: Merge branch 'bug-16028-DataNode-const-correct-params'

Merged commits:

2014-09-15 16:05:02 Taylor Braun-Jones [49d555]
COMP: Additional const-correctness fix for new DataNode method

The previous pull request had not been rebased against master for a
while so it was missing a fix for a new DataNode method that has the
same const-correctness problem on the renderer parameter.

Signed-off-by: Taylor Braun-Jones <taylor.braun-jones@ge.com>