Skip to content

Commit b780435

Browse files
committed
Opti/Fixs.
1 parent f067164 commit b780435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Parser.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ namespace FPL {
3737

3838
// Variable :
3939
std::map<std::string, VariableDefinition> mVariables;
40-
bool isVariable(std::string &name);
40+
bool isVariable(std::string &name) const;
4141
bool VariableInstruction();
4242
bool ChangerInstruction();
4343

4444
// Fonctions :
4545
bool FonctionInstruction(auto parseStart);
4646
bool AppelerInstruction();
47-
bool isFonction(std::string &name);
47+
bool isFonction(std::string &name) const;
4848
std::map<std::string, FonctionDefinition> mFonctions;
4949

5050

0 commit comments

Comments
 (0)