X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fipdf.h;h=211f2c33f79c5b8a7947fa5ffecd7857782670e3;hp=5a4f35c3b9d8bc5f4014385caa8c3fa365e87e0e;hb=8942bd699d8e1ddede1127421ad18bed53232ff3;hpb=cfe7da763b5d8ef4252ddb94558abb080bbd893d diff --git a/src/ipdf.h b/src/ipdf.h index 5a4f35c..211f2c3 100644 --- a/src/ipdf.h +++ b/src/ipdf.h @@ -22,9 +22,9 @@ namespace IPDF */ typedef enum { - RECT_FILLED = 0, + CIRCLE_FILLED = 0, + RECT_FILLED, RECT_OUTLINE, - CIRCLE_FILLED, NUMBER_OF_OBJECT_TYPES } ObjectType;