diff Samples/Sdl/TrackerSampleApp.h @ 938:eaaa9b574e05 toa2019073101

Fixed the Stone samples wrt the recent API changes (SdlOpenGLViewport, ICompositor...)
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 31 Jul 2019 10:58:16 +0200
parents a911f5bb48da
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Samples/Sdl/TrackerSampleApp.h	Wed Jul 31 10:24:09 2019 +0200
+++ b/Samples/Sdl/TrackerSampleApp.h	Wed Jul 31 10:58:16 2019 +0200
@@ -84,12 +84,12 @@
     In the case of this app, the viewport is an SDL viewport and it has 
     a OpenGLCompositor& GetCompositor() method
     */
-    OpenGLCompositor& GetCompositor();
+    ICompositor& GetCompositor();
 
     /**
     See the other overload
     */
-    const OpenGLCompositor& GetCompositor() const;
+    const ICompositor& GetCompositor() const;
 
     /**
     This returns a random point in the canvas part of the scene, but in