aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser.h b/parser.h
index 4ad0162f..51c5b715 100644
--- a/parser.h
+++ b/parser.h
@@ -65,7 +65,7 @@ typedef struct block
int if_state; /**< The state of the if block */
wchar_t *switch_value; /**< The value to test in a switch block */
wchar_t *function_name; /**< The name of the function to define or the function called*/
- wchar_t *source_dest; /**< The name of the file to source*/
+ const wchar_t *source_dest; /**< The name of the file to source*/
event_t *event; /**<The event that triggered this block */
} param1;
@@ -99,7 +99,7 @@ typedef struct block
/**
Name of file that created this block
*/
- wchar_t *src_filename;
+ const wchar_t *src_filename;
/**
Line number where this block was created