From a43d5f81bbed955b4740709efe27b808f7b6b7b5 Mon Sep 17 00:00:00 2001
From: Alexander Gauggel <agauggel@uni-koblenz.de>
Date: Tue, 17 Aug 2021 15:05:38 +0200
Subject: [PATCH] [#106] Fix mingw compile error

---
 projects/indirect_dispatch/src/MotionBlur.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/indirect_dispatch/src/MotionBlur.hpp b/projects/indirect_dispatch/src/MotionBlur.hpp
index 1dbeb86a..ba72ea64 100644
--- a/projects/indirect_dispatch/src/MotionBlur.hpp
+++ b/projects/indirect_dispatch/src/MotionBlur.hpp
@@ -34,7 +34,7 @@ public:
 		const float                     cameraShutterSpeedInverse,
 		const float                     motionBlurMinVelocity);
 
-	vkcv::ImageHandle MotionBlur::renderMotionVectorVisualisation(
+	vkcv::ImageHandle renderMotionVectorVisualisation(
 		const vkcv::CommandStreamHandle cmdStream,
 		const vkcv::ImageHandle         motionBuffer,
 		const eMotionVectorMode         debugView,
-- 
GitLab