GH-1021 make builtin versions not customizable

They use attributes not defined in the OneSix format.
This commit is contained in:
Petr Mrázek
2015-05-31 19:24:39 +02:00
parent ff64b6cf1d
commit b9e06b5da0
3 changed files with 34 additions and 8 deletions

View File

@ -52,10 +52,7 @@ public: /* methods */
{
return false;
}
virtual bool isCustomizable() override
{
return true;
}
virtual bool isCustomizable() override;
virtual bool isRemovable() override
{
return false;