mirror of
https://github.com/Ed94/gencpp.git
synced 2025-12-17 03:58:54 -08:00
Parsing base case for class works!
This commit is contained in:
@@ -606,7 +606,7 @@ namespace gen
|
||||
return Invalid;
|
||||
}
|
||||
|
||||
return * (Code*)( ast->body() );
|
||||
return { ast->body() };
|
||||
}
|
||||
|
||||
inline
|
||||
|
||||
Reference in New Issue
Block a user