Skip to content
Snippets Groups Projects
Commit ebd053f4 authored by johti17's avatar johti17
Browse files

Set const in the correct way to kill the warnings for Lab 1

parent ace412b5
No related branches found
No related tags found
1 merge request!4Updates cpp 2023
......@@ -10,7 +10,7 @@ using namespace std;
typedef struct
{
int token;
char *name;
const char *name;
} tTokenName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment