mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 05:13:14 +01:00
Fix a typo in MSVC build.
This commit is contained in:
@@ -131,7 +131,7 @@ struct IrFuncTy
|
||||
// Copy constructor and operator= seems to be required for MSC
|
||||
|
||||
IrFuncTy(const IrFuncTy& rhs)
|
||||
: funcType(ths.funcType),
|
||||
: funcType(rhs.funcType),
|
||||
ret(rhs.ret),
|
||||
args(IrFuncTy::ArgList(rhs.args)),
|
||||
arg_sret(rhs.arg_sret),
|
||||
|
||||
Reference in New Issue
Block a user