[Bf-blender-cvs] [8e841ed71ec] vr_scene_inspection: Fix warning on MSVC

Julian Eisel noreply at git.blender.org
Sat Mar 14 19:54:12 CET 2020


Commit: 8e841ed71ec147a3bee8a05a705a7b6ab677d7fe
Author: Julian Eisel
Date:   Sat Mar 14 18:52:20 2020 +0100
Branches: vr_scene_inspection
https://developer.blender.org/rB8e841ed71ec147a3bee8a05a705a7b6ab677d7fe

Fix warning on MSVC

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

M	intern/ghost/intern/GHOST_XrSession.h

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

diff --git a/intern/ghost/intern/GHOST_XrSession.h b/intern/ghost/intern/GHOST_XrSession.h
index a34d7f55e59..ef2da61df3d 100644
--- a/intern/ghost/intern/GHOST_XrSession.h
+++ b/intern/ghost/intern/GHOST_XrSession.h
@@ -25,9 +25,9 @@
 #include <memory>
 
 class GHOST_XrContext;
+class GHOST_XrSwapchain;
 struct OpenXRSessionData;
 struct GHOST_XrDrawInfo;
-struct GHOST_XrSwapchain;
 
 class GHOST_XrSession {
  public:



More information about the Bf-blender-cvs mailing list