GH-1021 make builtin versions not customizable
They use attributes not defined in the OneSix format.
This commit is contained in:
@ -52,10 +52,7 @@ public: /* methods */
|
||||
{
|
||||
return false;
|
||||
}
|
||||
virtual bool isCustomizable() override
|
||||
{
|
||||
return true;
|
||||
}
|
||||
virtual bool isCustomizable() override;
|
||||
virtual bool isRemovable() override
|
||||
{
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user