Mercurial > hg > orthanc-stone
changeset 1795:39673d351ef2
fix build
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 18 May 2021 09:57:14 +0200 |
parents | fe5c7311a7fd |
children | 20a0aba0ede5 |
files | Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Mon May 17 18:03:47 2021 +0200 +++ b/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Tue May 18 09:57:14 2021 +0200 @@ -1751,7 +1751,7 @@ !a.empty()) { annotationsLayer.reset(new OrthancStone::MacroSceneLayer); - annotationsLayer->Reserve(a.size()); + // annotationsLayer->Reserve(a.size()); OrthancStone::OsiriXLayerFactory factory; factory.SetColor(0, 255, 0);