Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Jul 3, 2024
1 parent 0be9cde commit 12562b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UICatalog/Scenarios/AllViewsTester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ private View CreateClass (Type type)

if (view is IDesignable designable)
{
designable.EnableForDesign (_demoText);
designable.EnableForDesign (ref _demoText);
}
else
{
Expand Down

0 comments on commit 12562b1

Please sign in to comment.