Skip to content

Commit 8815d52

Browse files
authored
[examples] Fix MACAddress clearing (#950)
1 parent 691eea9 commit 8815d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/GeneratorShowcase/GeneratorShowcase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ namespace Plugin {
640640
observer->BindingChanged(_macAddress, false);
641641
}
642642

643-
_macAddress = {};
643+
_macAddress = Core::MACAddress();
644644
}
645645
else {
646646
result = Core::ERROR_UNKNOWN_KEY;

0 commit comments

Comments
 (0)