diff Platforms/WebAssembly/Defaults.h @ 233:68856534f005 am

added layout to VSOL, SDL & wasm working
author am@osimis.io
date Fri, 15 Jun 2018 14:29:25 +0200
parents b0ba3b38a23c
children
line wrap: on
line diff
--- a/Platforms/WebAssembly/Defaults.h	Fri Jun 15 11:23:04 2018 +0200
+++ b/Platforms/WebAssembly/Defaults.h	Fri Jun 15 14:29:25 2018 +0200
@@ -9,7 +9,7 @@
 #include <Applications/Wasm/BasicWasmApplication.h>
 #include <Applications/Wasm/BasicWasmApplicationContext.h>
 
-typedef OrthancStone::IViewport* ViewportHandle; // the objects exchanged between JS and C++
+typedef OrthancStone::WidgetViewport* ViewportHandle; // the objects exchanged between JS and C++
 
 #ifdef __cplusplus
 extern "C" {