mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Fix class vs. struct mismatch
This commit is contained in:
parent
efb496fc25
commit
9b1fd52231
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace sixtyfps {
|
|||
|
||||
using cbindgen_private::types::GradientStop;
|
||||
|
||||
struct Brush
|
||||
class Brush
|
||||
{
|
||||
public:
|
||||
Brush() : data(Inner::NoBrush()) { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue