Fix multiple include error on mgp.hpp (#1043)
This commit is contained in:
parent
0f1ca745e5
commit
cb843ee664
@ -3446,7 +3446,8 @@ inline mgp_type *Return::GetMGPType() const {
|
||||
|
||||
// do not enter
|
||||
namespace detail {
|
||||
void AddParamsReturnsToProc(mgp_proc *proc, std::vector<Parameter> ¶meters, const std::vector<Return> &returns) {
|
||||
inline void AddParamsReturnsToProc(mgp_proc *proc, std::vector<Parameter> ¶meters,
|
||||
const std::vector<Return> &returns) {
|
||||
for (const auto ¶meter : parameters) {
|
||||
const auto *parameter_name = parameter.name.data();
|
||||
if (!parameter.optional) {
|
||||
|
Loading…
Reference in New Issue
Block a user