diff Applications/Samples/SingleFrameApplication.h @ 94:7b14c12a3be5 wasm

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 May 2017 18:03:30 +0200
parents 961ee171d933
children f8bce1bebe01
line wrap: on
line diff
--- a/Applications/Samples/SingleFrameApplication.h	Mon May 29 17:28:31 2017 +0200
+++ b/Applications/Samples/SingleFrameApplication.h	Mon May 29 18:03:30 2017 +0200
@@ -174,7 +174,7 @@
 
         std::auto_ptr<LayerWidget> widget(new LayerWidget);
 
-#if 0
+#if 1
         std::auto_ptr<OrthancFrameLayerSource> layer
           (new OrthancFrameLayerSource(context.GetWebService(), instance, frame));
         layer->Register(*this);