X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpath.h;h=b303fe7f86b110c98f7946e2991fb00b95c16756;hb=667281b828c8515e995c0000706157cee180fa08;hp=85213c534e5e0ff464072328c07f81dbddc097a5;hpb=e08b7671a4592481aa73d68b30b7bd1d96e75002;p=ipdf%2Fcode.git diff --git a/src/path.h b/src/path.h index 85213c5..b303fe7 100644 --- a/src/path.h +++ b/src/path.h @@ -9,15 +9,14 @@ #ifdef TRANSFORM_BEZIERS_TO_PATH #include "gmprat.h" - + #include "paranoidnumber.h" #endif namespace IPDF { #ifdef TRANSFORM_BEZIERS_TO_PATH - #pragma message "Path using Gmprat for bounds" - typedef Gmprat PReal; + typedef Real PReal; #else typedef Real PReal; #endif