diff Framework/Scene2D/Scene2D.cpp @ 942:685c9a2d115f

Added missing ORTHANC_OVERRIDE + preparation for lost GL context handling + stubs for GL context event handlers
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 05 Aug 2019 12:27:27 +0200
parents 094d10ed7ec2
children a7351ad54960
line wrap: on
line diff
--- a/Framework/Scene2D/Scene2D.cpp	Wed Jul 31 11:29:08 2019 +0200
+++ b/Framework/Scene2D/Scene2D.cpp	Mon Aug 05 12:27:27 2019 +0200
@@ -199,8 +199,7 @@
       return layer.release();
     }    
   }
-  
-  
+
   void Scene2D::Apply(IVisitor& visitor) const
   {
     for (Content::const_iterator it = content_.begin();