Skip to content

Commit

Permalink
Merge pull request #77 from Vyraax/develop
Browse files Browse the repository at this point in the history
Fix linux build error. #2
  • Loading branch information
mel-florance authored Jul 25, 2020
2 parents 3823804 + 049fac1 commit cc19a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/include/Function.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Function : public Type {
);
~Function();

RuntimeResult* Function::execute(const std::vector<Type*>& args, Context* context) override;
RuntimeResult* execute(const std::vector<Type*>& args, Context* context) override;

std::string name;
Node* body;
Expand Down

0 comments on commit cc19a8c

Please sign in to comment.