diff OrthancStone/Sources/Viewport/WebAssemblyViewport.h @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents 314b6dc507d9
children e4a52cbbdd70
line wrap: on
line diff
--- a/OrthancStone/Sources/Viewport/WebAssemblyViewport.h	Mon Sep 21 14:50:26 2020 +0200
+++ b/OrthancStone/Sources/Viewport/WebAssemblyViewport.h	Mon Sep 21 17:46:39 2020 +0200
@@ -91,10 +91,10 @@
 
     /**
     The second argument is temporary and should be deleted once the migration 
-    to interactors is finished.
+    to interactors is finished. It should be set to "true" for new applications.
     */
     WebAssemblyViewport(const std::string& canvasId, 
-                        bool enableEmscriptenMouseEvents = true);
+                        bool enableEmscriptenMouseEvents);
 
     void PostConstructor();