aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/frame.h')
-rwxr-xr-xinclude/asterisk/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 11018a634..4e7ef0343 100755
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -84,7 +84,7 @@ struct ast_frame {
/*! How far into "data" the data really starts */
int offset;
/*! Optional source of frame for debugging */
- char *src;
+ const char *src;
/*! Pointer to actual data */
void *data;
/*! Global delivery time */