X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fpath.h;h=b303fe7f86b110c98f7946e2991fb00b95c16756;hb=54cbdc5600ed4280f1e33f9f1f4780e48713c352;hp=2aa7840450abcba370c0f7e2b48830257e0ee99d;hpb=326f04a375ce3120f7e8957e3d7cd5f296f513e3;p=ipdf%2Fcode.git diff --git a/src/path.h b/src/path.h index 2aa7840..b303fe7 100644 --- a/src/path.h +++ b/src/path.h @@ -9,14 +9,14 @@ #ifdef TRANSFORM_BEZIERS_TO_PATH #include "gmprat.h" - + #include "paranoidnumber.h" #endif namespace IPDF { #ifdef TRANSFORM_BEZIERS_TO_PATH - typedef Gmprat PReal; + typedef Real PReal; #else typedef Real PReal; #endif