From 82161eb375cc146e82cd4522da05bb1c7384c434 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 11 Feb 2003 11:45:31 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/dcpsg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generic/dcpsg.cpp b/src/generic/dcpsg.cpp index 446555dc51..36e8e4c748 100644 --- a/src/generic/dcpsg.cpp +++ b/src/generic/dcpsg.cpp @@ -1201,8 +1201,8 @@ void draw_bezier_outline(FILE *file, FT_UInt glyph_index, int pos_x, int pos_y, - int scale_x, - int scale_y ) + double scale_x, + double scale_y ) { FT_Int load_flags = FT_LOAD_NO_BITMAP; FT_Glyph glyph;