diff OrthancStone/Sources/Scene2D/MacroSceneLayer.h @ 1791:9b650ab68d4c

replaced unneeded use of boost::share_ptr for MeasureCommand mementos by std::unique_ptr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 May 2021 16:11:17 +0200
parents 9ac2a65d4172
children c5e6379b9cd0
line wrap: on
line diff
--- a/OrthancStone/Sources/Scene2D/MacroSceneLayer.h	Mon May 17 13:57:25 2021 +0200
+++ b/OrthancStone/Sources/Scene2D/MacroSceneLayer.h	Mon May 17 16:11:17 2021 +0200
@@ -32,7 +32,7 @@
 {
   /**
    * A "macro layer" is a group of sublayers that are handled as a
-   * whole.
+   * whole, and that share the same depth in the scene.
    **/
   class MacroSceneLayer : public ISceneLayer
   {