X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpath.h;h=fffbeba5d111c999f9c0c4038662db8db53c4e4a;hb=a9883b166454c794e342ccc262ca97e0394af980;hp=2aa7840450abcba370c0f7e2b48830257e0ee99d;hpb=326f04a375ce3120f7e8957e3d7cd5f296f513e3;p=ipdf%2Fcode.git diff --git a/src/path.h b/src/path.h index 2aa7840..fffbeba 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 ParanoidNumber PReal; #else typedef Real PReal; #endif