comparison OrthancStone/Sources/Scene2D/AnnotationsSceneLayer.h @ 1817:385c268e8b56

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 May 2021 19:51:45 +0200
parents 79a5838739a6
children 36430d73e36c
comparison
equal deleted inserted replaced
1816:dccdc7e59929 1817:385c268e8b56
79 void DeletePrimitive(GeometricPrimitive* primitive); 79 void DeletePrimitive(GeometricPrimitive* primitive);
80 80
81 void TagSubLayerToRemove(size_t subLayerIndex); 81 void TagSubLayerToRemove(size_t subLayerIndex);
82 82
83 public: 83 public:
84 AnnotationsSceneLayer(size_t macroLayerIndex); 84 explicit AnnotationsSceneLayer(size_t macroLayerIndex);
85 85
86 ~AnnotationsSceneLayer() 86 ~AnnotationsSceneLayer()
87 { 87 {
88 Clear(); 88 Clear();
89 } 89 }