From f94373390b42f2938e3b5caecf0f4a2a508197e7 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 23 Sep 2018 11:02:00 +0200 Subject: [PATCH] making MSVC happy --- src/common/QskAspect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index 953ca7ed..ca054235 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -186,7 +186,7 @@ namespace QskAspect uint subControl : 12; uint type : 3; - bool isAnimator : 1; + uint isAnimator : 1; uint primitive : 7; uint placement : 1;