diff Applications/Samples/SimpleViewerApplication.h @ 253:8ff70c04c6df am-2

IObservable/IObserver now working in WASM too
author am@osimis.io
date Tue, 03 Jul 2018 10:48:47 +0200
parents 192e6e349e69
children abc1c6231947
line wrap: on
line diff
--- a/Applications/Samples/SimpleViewerApplication.h	Tue Jul 03 10:26:56 2018 +0200
+++ b/Applications/Samples/SimpleViewerApplication.h	Tue Jul 03 10:48:47 2018 +0200
@@ -179,6 +179,8 @@
         case MessageType_GeometryReady:
           mainLayout_->SetDefaultView();
           break;
+        default:
+          VLOG("unhandled message type" << message.GetType());
         }
       }