Skip to content

Commit

Permalink
Fixed header guard for FunctionDecarationExpression class.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 27, 2024
1 parent 8660160 commit 5c44759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#ifndef N8_AST_EPXR_FUNC_DECL_HPP
#define N8_AST_EXPR_FUNC_DECL_HPP
#define N8_AST_EPXR_FUNC_DECL_HPP

#include <n8/ast/ASTNode.hpp>
#include <n8/ast/TerminativeSignal.hpp>
Expand Down

0 comments on commit 5c44759

Please sign in to comment.