Make addTags() non-virtual
This commit is contained in:
@ -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.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user