summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/frontend/ir/function.h')
-rw-r--r--src/shader_recompiler/frontend/ir/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/function.h b/src/shader_recompiler/frontend/ir/function.h
index bba7d1d39..fd7d56419 100644
--- a/src/shader_recompiler/frontend/ir/function.h
+++ b/src/shader_recompiler/frontend/ir/function.h
@@ -11,7 +11,7 @@
11namespace Shader::IR { 11namespace Shader::IR {
12 12
13struct Function { 13struct Function {
14 boost::container::small_vector<Block*, 16> blocks; 14 BlockList blocks;
15}; 15};
16 16
17} // namespace Shader::IR 17} // namespace Shader::IR