Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Sep 10, 2024
1 parent 8b97ca6 commit 71a7ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/indidevice/property/indipropertybasic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ template <typename T>
bool PropertyBasic<T>::snoop(XMLEle *root)
{
D_PTR(const PropertyBasic);
d->typedProperty.snoop(root);
return d->typedProperty.snoop(root);
}

template <typename T>
Expand Down

0 comments on commit 71a7ed5

Please sign in to comment.