Skip to content

Commit a691123

Browse files
committed
Minor formatting cleanup.
1 parent f2feca9 commit a691123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/njsIntLob.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ NAN_GETTER(njsILob::GetIsValid)
360360
{
361361
njsILob *lob;
362362

363-
lob = (njsILob*) Nan::ObjectWrap::Unwrap<njsCommon>(info.Holder());
363+
lob = Nan::ObjectWrap::Unwrap<njsILob>(info.Holder());
364364
if (!lob) {
365365
std::string errMsg = njsMessages::Get(errInvalidJSObject);
366366
Nan::ThrowError(errMsg.c_str());

0 commit comments

Comments
 (0)