Mod: add string header to dxf.h

This commit is contained in:
wmayer
2022-03-01 15:13:34 +01:00
parent b2f77797a7
commit 9955c64752
11 changed files with 153 additions and 34 deletions

View File

@@ -197,6 +197,7 @@ static const std::map<std::string, int> &getStatusMap() {
statusMap["PartialTrigger"] = Property::PartialTrigger;
statusMap["NoRecompute"] = Property::NoRecompute;
statusMap["CopyOnChange"] = Property::CopyOnChange;
statusMap["UserEdit"] = Property::UserEdit;
}
return statusMap;
}