X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fpath.h;h=85213c534e5e0ff464072328c07f81dbddc097a5;hp=2aa7840450abcba370c0f7e2b48830257e0ee99d;hb=ec45b44e3a44e12463c63ec09d63c648602ce866;hpb=67539822c80c8057d850b542abc142c189bd3f05 diff --git a/src/path.h b/src/path.h index 2aa7840..85213c5 100644 --- a/src/path.h +++ b/src/path.h @@ -16,6 +16,7 @@ namespace IPDF { #ifdef TRANSFORM_BEZIERS_TO_PATH + #pragma message "Path using Gmprat for bounds" typedef Gmprat PReal; #else typedef Real PReal;