Code

More compile error cleanup
[inkscape.git] / src / libcroco / cr-fonts.c
index 63d8412f256286fec2cf313812ba3c8eef56b86b..14438c344264e626594b65360ab7027e0b76fd2a 100644 (file)
@@ -613,7 +613,7 @@ cr_font_weight_get_bolder (enum CRFontWeight a_weight)
                 cr_utils_trace_info ("FONT_WEIGHT_BOLDER or FONT_WEIGHT_LIGHTER should not appear here") ;
                 return FONT_WEIGHT_NORMAL ;
         } else {
-                return (CRFontWeight)(a_weight << 1) ;
+                return (enum CRFontWeight)(a_weight << 1) ;
         }
 }