Make addTags() non-virtual

This commit is contained in:
Dave Hickin
2016-02-16 08:32:27 +00:00
parent f90549aba8
commit 6dd63a74a6
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ namespace detail {
* Adds tags field to the NTAttribute.
* @return this instance of <b>NTAttributeBuilder</b>.
*/
virtual shared_pointer addTags();
shared_pointer addTags();
/**
* Adds descriptor field to the NTAttribute.

View File

@ -45,7 +45,7 @@ namespace detail {
* Adds tags field to the NTNDArrayAttribute.
* @return this instance of <b>NTNDArrayAttributeBuilder</b>.
*/
virtual shared_pointer addTags();
shared_pointer addTags();
/**
* Adds descriptor field to the NTNDArrayAttribute.