That parameter is not being modified in the function. Make it 'const' to allow passing 'static const' variables.
57 KiB
57 KiB
That parameter is not being modified in the function. Make it 'const' to allow passing 'static const' variables.