mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-31 08:20:58 +02:00
Replace "auto const" with "auto"
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Sirit {
|
||||
|
||||
Ref Module::Variable(Ref result_type, spv::StorageClass storage_class,
|
||||
Ref initializer) {
|
||||
auto const op{new Op(spv::Op::OpVariable, bound++, result_type)};
|
||||
auto op{new Op(spv::Op::OpVariable, bound++, result_type)};
|
||||
AddEnum(op, storage_class);
|
||||
if (initializer) {
|
||||
op->Add(initializer);
|
||||
|
||||
Reference in New Issue
Block a user