Skip to content

Commit 0b67e1a

Browse files
committed
Fix compilation
1 parent 18afae4 commit 0b67e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/graphics/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CustomWindow
3636
{
3737
public:
3838
CustomWindow()
39-
: yup::DocumentWindow (yup::ComponentNative::defaultFlags, yup::Color (0xff404040))
39+
: yup::DocumentWindow ({}, yup::Color (0xff404040))
4040
{
4141
rive::Factory* factory = getNativeComponent()->getFactory();
4242
if (factory == nullptr)

0 commit comments

Comments
 (0)