Fixed bug by adding hyperlink props to flags. Safe to merge

This commit is contained in:
Niraj Venkat 2015-06-08 15:32:21 -07:00
parent cd93128236
commit 63665d720a

View file

@ -117,6 +117,10 @@ enum EntityPropertyList {
//for lines
PROP_LINE_WIDTH,
PROP_LINE_POINTS,
// used by hyperlinks
PROP_HREF,
PROP_DESCRIPTION,
////////////////////////////////////////////////////////////////////////////////////////////////////
// ATTENTION: add new properties ABOVE this line