Fix build issue due to previous commit

Revert in rB05dddb71b098 did a poor job and left some
rubbish.
This commit is contained in:
Ray molenkamp 2021-04-24 18:18:43 -06:00
parent 05dddb71b0
commit 87a70801c6
Notes: blender-bot 2023-02-13 18:52:31 +01:00
Referenced by commit ae58db91a2, Fix T87799: Crash when switching to Info Editor
Referenced by issue #87776, Framerate detection uses decimals in base when shouldn't
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ static void info_header_region_message_subscribe(const wmRegionMessageSubscribeP
struct wmMsgBus *mbus = params->message_bus;
ARegion *region = params->region;
wmMsgSubscribeValue msg_sub_value_region_tag_redraw{};
wmMsgSubscribeValue msg_sub_value_region_tag_redraw;
msg_sub_value_region_tag_redraw.owner = region;
msg_sub_value_region_tag_redraw.user_data = region;
msg_sub_value_region_tag_redraw.notify = ED_region_do_msg_notify_tag_redraw;