mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
C++: Fix warnings
This commit is contained in:
parent
3fce3e6f1b
commit
7113187864
3 changed files with 3 additions and 2 deletions
|
@ -48,6 +48,7 @@ public:
|
|||
case cbindgen_private::types::PathData::Tag::None:
|
||||
return true;
|
||||
}
|
||||
return false; //unreachable
|
||||
}
|
||||
friend bool operator!=(const PathData &a, const PathData &b) {
|
||||
return !(a == b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue