diff Framework/Viewport/WebAssemblyCairoViewport.cpp @ 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/WebAssemblyCairoViewport.cpp	Tue Mar 17 08:37:12 2020 +0100
+++ b/Framework/Viewport/WebAssemblyCairoViewport.cpp	Tue Mar 17 08:40:13 2020 +0100
@@ -123,7 +123,7 @@
 
 
   WebAssemblyCairoViewport::WebAssemblyCairoViewport(const std::string& canvasId) :
-    WebAssemblyViewport(canvasId, NULL)
+    WebAssemblyViewport(canvasId, NULL, boost::weak_ptr<UndoStack>())
   {
     unsigned int width, height;
     GetCanvasSize(width, height);