mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-05 14:16:26 +02:00
misc: chore: Fix object creation everywhere else
This commit is contained in:
parent
9e1a13b2ee
commit
c7db948fb3
5 changed files with 12 additions and 12 deletions
|
@ -6,7 +6,7 @@ namespace Ryujinx.HLE.Generators
|
|||
{
|
||||
internal class ServiceSyntaxReceiver : ISyntaxReceiver
|
||||
{
|
||||
public HashSet<ClassDeclarationSyntax> Types = new HashSet<ClassDeclarationSyntax>();
|
||||
public HashSet<ClassDeclarationSyntax> Types = new();
|
||||
|
||||
public void OnVisitSyntaxNode(SyntaxNode syntaxNode)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue