diff Framework/Widgets/LayeredSceneWidget.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 468c48eaa01c
line wrap: on
line diff
--- a/Framework/Widgets/LayeredSceneWidget.h	Thu Apr 27 14:50:40 2017 +0200
+++ b/Framework/Widgets/LayeredSceneWidget.h	Thu Apr 27 16:57:49 2017 +0200
@@ -25,13 +25,13 @@
 
 #include "../Layers/ILayerRendererFactory.h"
 
+#include <boost/thread/mutex.hpp>  // TODO remove
 
 namespace OrthancStone
 {
   class LayeredSceneWidget : public WorldSceneWidget
   {
   public:
-    // Must be thread-safe
     class ISliceObserver : public boost::noncopyable
     {
     public: