comparison OrthancStone/Sources/Scene2D/MacroSceneLayer.h @ 1610:b7630b1a0253

ISceneLayer::GetBoundingBox() returns void
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2020 17:13:13 +0100
parents 5f5c549499ff
children 787db80a5a1b
comparison
equal deleted inserted replaced
1609:5f5c549499ff 1610:b7630b1a0253
77 virtual Type GetType() const ORTHANC_OVERRIDE 77 virtual Type GetType() const ORTHANC_OVERRIDE
78 { 78 {
79 return Type_Macro; 79 return Type_Macro;
80 } 80 }
81 81
82 virtual bool GetBoundingBox(Extent2D& target) const ORTHANC_OVERRIDE; 82 virtual void GetBoundingBox(Extent2D& target) const ORTHANC_OVERRIDE;
83 83
84 virtual uint64_t GetRevision() const ORTHANC_OVERRIDE 84 virtual uint64_t GetRevision() const ORTHANC_OVERRIDE
85 { 85 {
86 return revision_; 86 return revision_;
87 } 87 }