diff options
Diffstat (limited to 'karbon/commands/vbooleancmd.h')
-rw-r--r-- | karbon/commands/vbooleancmd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/commands/vbooleancmd.h b/karbon/commands/vbooleancmd.h index 3a3478d3..c782c838 100644 --- a/karbon/commands/vbooleancmd.h +++ b/karbon/commands/vbooleancmd.h @@ -37,8 +37,8 @@ public: enum VBooleanType { intersect, - tqshape_union, - tqshape_xor, + shape_union, + shape_xor, substract }; |