diff Framework/Viewport/WebAssemblyViewport.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 257f2c9a02ac
children fd616c4a5904
line wrap: on
line diff
--- a/Framework/Viewport/WebAssemblyViewport.h	Tue Mar 17 08:37:12 2020 +0100
+++ b/Framework/Viewport/WebAssemblyViewport.h	Tue Mar 17 08:40:13 2020 +0100
@@ -79,7 +79,8 @@
 
   public:
     WebAssemblyViewport(const std::string& canvasId,
-                        const Scene2D* scene);
+                        const Scene2D* scene,
+                        boost::weak_ptr<UndoStack> undoStackW);
 
     virtual ILock* Lock() ORTHANC_OVERRIDE;