Skip to content
Snippets Groups Projects
Commit a09fb165 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add const annotation.

parent 6625e7b0
No related branches found
No related tags found
No related merge requests found
......@@ -967,7 +967,7 @@ getLayout(size_t streamIdx)
/* build inventory of written variables for stream */
static struct streamMapping *
streamMappingNew(size_t streamIdx, struct winHeaderEntry *winDict,
streamMappingNew(size_t streamIdx, const struct winHeaderEntry *winDict,
const struct cdiPioConf *conf)
{
int streamID = openStreams.entries[streamIdx];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment