Fix CastExpression while I'm at it

This commit is contained in:
gdkchan 2018-10-17 14:41:26 -03:00
parent cd71768461
commit befadd4eb4

View file

@ -1,6 +1,5 @@
using System.IO;
namespace Ryujinx.HLE.HOS.Diagnostics.Demangler.Ast
{
public class CastExpression : BaseNode