simplify blueprint implementation with helpers
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
224c303ffb
commit
497f96a574
6 changed files with 200 additions and 218 deletions
|
|
@ -26,7 +26,7 @@ auto IkarusProject::get_db() const -> sqlitecpp::Connection const * {
|
|||
return _db.get();
|
||||
}
|
||||
|
||||
auto IkarusProject::get_function_context() -> FunctionContext * {
|
||||
auto IkarusProject::get_function_context() -> IkarusFunctionContext * {
|
||||
return &_function_contexts.emplace_back(this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue