Making templateAttrs a const method - so exporting doesn't diry the tool

This commit is contained in:
Markus Lampert
2017-10-08 18:32:15 -07:00
parent 663726983d
commit a278b7c457
3 changed files with 3 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ HighCarbonToolSteel CastAlloy, Ceramics, Diamond, Sialon or Undefined</UserDocu>
<UserDocu>setFromTemplate(xmlString|dictionary) ... fills receiver with values from the template string or dictionary</UserDocu>
</Documentation>
</Methode>
<Methode Name="templateAttrs">
<Methode Name="templateAttrs" Const="true">
<Documentation>
<UserDocu>templateAttrs() ... returns a dictionary with all attributes</UserDocu>
</Documentation>