diff Framework/Viewport/WidgetViewport.h @ 53:c2dc924f1a63 wasm

removing threading out of the framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Apr 2017 16:57:49 +0200
parents 25befef48c35
children ca644004d2ee
line wrap: on
line diff
--- a/Framework/Viewport/WidgetViewport.h	Thu Apr 27 14:50:40 2017 +0200
+++ b/Framework/Viewport/WidgetViewport.h	Thu Apr 27 16:57:49 2017 +0200
@@ -25,6 +25,8 @@
 #include "../Toolbox/ObserversRegistry.h"
 #include "../Widgets/IWidget.h"
 
+#include <memory>
+
 namespace OrthancStone
 {
   class WidgetViewport : 
@@ -32,7 +34,6 @@
     public IWidget::IChangeObserver    
   {
   private:
-    boost::mutex                  mutex_;
     std::auto_ptr<IWidget>        centralWidget_;
     IStatusBar*                   statusBar_;
     ObserversRegistry<IViewport>  observers_;