diff Framework/Viewport/WebGLViewport.h @ 1318:cbfdba08e039 broker

removed SDL code in wasm + added undostack CTOR in Wasm viewport + build fix + ORTHANC_OVERRIDE
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 17 Mar 2020 08:40:13 +0100
parents 0ca50d275b9a
children ab81ee8fce1f
line wrap: on
line diff
--- a/Framework/Viewport/WebGLViewport.h	Tue Mar 17 08:37:12 2020 +0100
+++ b/Framework/Viewport/WebGLViewport.h	Tue Mar 17 08:40:13 2020 +0100
@@ -41,6 +41,9 @@
     WebGLViewport(const std::string& canvasId);
 
     WebGLViewport(const std::string& canvasId,
+                  boost::weak_ptr<UndoStack> undoStackW);
+
+    WebGLViewport(const std::string& canvasId,
                   const Scene2D& scene);
 
     virtual ~WebGLViewport();