Add missing static kind function
This commit is contained in:
parent
1bbc962b8c
commit
203cccd687
2 changed files with 8 additions and 1 deletions
|
|
@ -8,7 +8,12 @@
|
|||
|
||||
using namespace cppast;
|
||||
|
||||
cpp_entity_kind cpp_variable_template::do_get_entity_kind() const noexcept
|
||||
cpp_entity_kind cpp_variable_template::kind() noexcept
|
||||
{
|
||||
return cpp_entity_kind::variable_template_t;
|
||||
}
|
||||
|
||||
cpp_entity_kind cpp_variable_template::do_get_entity_kind() const noexcept
|
||||
{
|
||||
return kind();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue