Page MenuHomePhabricator

missing "this" pointer in templated class
Closed, ResolvedPublic

Description

There is an issue in the templated class itkShortestPathCostFunctionLiveWire.txx regarding not using the "this" pointer when a member of a super class is used.

should be fixed by explicit use of "this->"

Event Timeline

New remote branch pushed: bug-15757-InsertMissingThisPointer

[44d7c0]: Merge branch 'bug-15757-InsertMissingThisPointer'

Merged commits:

2013-07-31 16:52:39 Christoph Kolb [adab94]
COMP: fix insert missing this->