Skip to content

Commit

Permalink
GetMetaData in correct compiler directive
Browse files Browse the repository at this point in the history
  • Loading branch information
mlankamp committed Aug 18, 2019
1 parent 69966ea commit 59e7695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openzwave-nodes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ namespace OZW {
OZWManager( SetNodeProductName, homeid, nodeid, name);
}

#if OPENZWAVE_16
/*
*
*/
Expand All @@ -664,7 +665,6 @@ namespace OZW {
info.GetReturnValue().Set(Nan::New<String>(result.c_str()).ToLocalChecked());
}

#if OPENZWAVE_16
/*
*
*/
Expand Down

0 comments on commit 59e7695

Please sign in to comment.