File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ namespace LuaBigInt
135135
136136 ElunaRegister<ObjectGuid> ObjectGuidMethods[] =
137137 {
138- { " __tostring" , &LuaBigInt::ToString<ObjectGuid> },
139- { " __eq" , &LuaBigInt::Equal<ObjectGuid> },
138+ { " __tostring" , &LuaBigInt::ToString },
139+ { " __eq" , &LuaBigInt::Equal },
140140 };
141141};
142142
Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ namespace LuaBigInt
135135
136136 ElunaRegister<ObjectGuid> ObjectGuidMethods[] =
137137 {
138- { " __tostring" , &LuaBigInt::ToString<ObjectGuid> },
139- { " __eq" , &LuaBigInt::Equal<ObjectGuid> },
138+ { " __tostring" , &LuaBigInt::ToString },
139+ { " __eq" , &LuaBigInt::Equal },
140140 };
141141};
142142
Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ namespace LuaBigInt
135135
136136 ElunaRegister<ObjectGuid> ObjectGuidMethods[] =
137137 {
138- { " __tostring" , &LuaBigInt::ToString<ObjectGuid> },
139- { " __eq" , &LuaBigInt::Equal<ObjectGuid> },
138+ { " __tostring" , &LuaBigInt::ToString },
139+ { " __eq" , &LuaBigInt::Equal },
140140 };
141141};
142142
You can’t perform that action at this time.
0 commit comments