Skip to content

Commit 59e7695

Browse files
committed
GetMetaData in correct compiler directive
1 parent 69966ea commit 59e7695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openzwave-nodes.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ namespace OZW {
648648
OZWManager( SetNodeProductName, homeid, nodeid, name);
649649
}
650650

651+
#if OPENZWAVE_16
651652
/*
652653
*
653654
*/
@@ -664,7 +665,6 @@ namespace OZW {
664665
info.GetReturnValue().Set(Nan::New<String>(result.c_str()).ToLocalChecked());
665666
}
666667

667-
#if OPENZWAVE_16
668668
/*
669669
*
670670
*/

0 commit comments

Comments
 (0)