Skip to content

Commit 3bae2b2

Browse files
committed
Propriétés ajoutées.
1 parent 9f7c22c commit 3bae2b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FonctionDefinition.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ namespace FPL {
2626
bool HasReturn = false;
2727
std::string ReturnValue;
2828
Type ReturnType;
29+
bool ReturnIsIdentfiant = false;
30+
std::string ReturnIdentifantValue;
2931

3032
[[maybe_unused]] void FDebugPrint() const;
3133
};

0 commit comments

Comments
 (0)