diff --git a/include/lo_ele.h b/include/lo_ele.h index 3d2e5b7f94e1..746ca06b3c45 100644 --- a/include/lo_ele.h +++ b/include/lo_ele.h @@ -214,6 +214,9 @@ struct LO_AnchorData_struct { uint8 flags; /* Indicates whether to suppress visual feedback */ double prevalue; /* */ +#ifdef DOM + struct DOM_Node *node; +#endif }; /*