changeset 1252:6525c0f13a3a broker

Fixed uninited var applyLog_
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 08 Jan 2020 10:34:53 +0100
parents a8248b08115c
children 227ebd71802f
files Framework/Scene2D/FloatTextureSceneLayer.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Scene2D/FloatTextureSceneLayer.cpp	Tue Jan 07 20:22:02 2020 +0100
+++ b/Framework/Scene2D/FloatTextureSceneLayer.cpp	Wed Jan 08 10:34:53 2020 +0100
@@ -28,7 +28,8 @@
 namespace OrthancStone
 {
   FloatTextureSceneLayer::FloatTextureSceneLayer(const Orthanc::ImageAccessor& texture) :
-    inverted_(false)
+    inverted_(false),
+    applyLog_(false)
   {
     {
       std::auto_ptr<Orthanc::ImageAccessor> t(