comparison OrthancStone/Sources/Scene2D/AnnotationsSceneLayer.cpp @ 2002:1bb0a9716876

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Nov 2022 15:07:06 +0100
parents e943a84da9ac
children abd4ee1648de
comparison
equal deleted inserted replaced
2001:e943a84da9ac 2002:1bb0a9716876
1380 { 1380 {
1381 probeChanged_ = true; 1381 probeChanged_ = true;
1382 } 1382 }
1383 1383
1384 public: 1384 public:
1385 ProbingAnnotation(AnnotationsSceneLayer& that) : 1385 explicit ProbingAnnotation(AnnotationsSceneLayer& that) :
1386 Annotation(that), 1386 Annotation(that),
1387 probedLayer_(that.GetProbedLayer()), 1387 probedLayer_(that.GetProbedLayer()),
1388 probeChanged_(true), 1388 probeChanged_(true),
1389 lastLayerRevision_(0) 1389 lastLayerRevision_(0)
1390 { 1390 {