[breaking] Change signature of do_get_options()
This commit is contained in:
parent
bb4527ff93
commit
9c8260e685
3 changed files with 8 additions and 14 deletions
|
|
@ -59,7 +59,8 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
generation_options do_get_options(const cppast::cpp_entity&) override
|
||||
generation_options do_get_options(const cppast::cpp_entity&,
|
||||
cppast::cpp_access_specifier_kind) override
|
||||
{
|
||||
return options_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue