move std function
This commit is contained in:
@@ -175,7 +175,7 @@ struct PIP_EXPORT Function {
|
||||
identifier = name;
|
||||
arguments = args;
|
||||
type = bfCustom;
|
||||
handler = h;
|
||||
handler = std::move(h);
|
||||
}
|
||||
|
||||
PIString identifier;
|
||||
|
||||
Reference in New Issue
Block a user