Commit: 1c5479167fce0120786ee08849445440deec0097
Author: Sergey Sharybin
Date:   Fri Jun 5 11:39:53 2020 +0200
Branches: master
https://developer.blender.org/rB1c5479167fce0120786ee08849445440deec0097

Cleanup: Strict compiler warning

===================================================================

M       intern/ghost/intern/GHOST_XrGraphicsBinding.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp 
b/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp
index 5e30502f7ff..71e6af3fa4f 100644
--- a/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp
+++ b/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp
@@ -181,7 +181,7 @@ class GHOST_XrGraphicsBindingOpenGL : public 
GHOST_IXrGraphicsBinding {
     glBindFramebuffer(GL_FRAMEBUFFER, 0);
   }
 
-  bool needsUpsideDownDrawing(GHOST_Context &ghost_ctx) const
+  bool needsUpsideDownDrawing(GHOST_Context &ghost_ctx) const override
   {
     return ghost_ctx.isUpsideDown();
   }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to