Code

Node tool: correctly save node skewing to undo history
[inkscape.git] / src / sp-item-group.h
index 65a51055a79aab462eb760c4a9d1a7cff0dcce82..932241a42f6b8eaae25ed798764c01dd45ef7e93 100644 (file)
@@ -27,7 +27,7 @@
 class CGroup;
 
 struct SPGroup : public SPLPEItem {
-    enum LayerMode { GROUP, LAYER };
+    enum LayerMode { GROUP, LAYER, MASK_HELPER };
 
     LayerMode _layer_mode;
     std::map<unsigned int, LayerMode> _display_modes;