Skip to content

Commit

Permalink
can't use vector there
Browse files Browse the repository at this point in the history
Signed-off-by: Brenton Poke <[email protected]>
  • Loading branch information
BrentonPoke committed Oct 31, 2024
1 parent 0b8e98e commit f83e22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/Duck.h
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class Duck {
if (err != DUCK_ERR_NONE) {
return err;
}
err = setDeviceId(deviceId.data());
err = setDeviceId(deviceId);
if (err != DUCK_ERR_NONE) {
return err;
}
Expand Down

0 comments on commit f83e22a

Please sign in to comment.