Commit 2f2ab9b5 authored by Lioncash's avatar Lioncash
Browse files

gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const...

gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const references where applicable

These member functions don't actually modify the input parameter, so we
can make this explicit with the use of const.
parent b8a62adc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment