From 30e8b3b60e84d23ccfb8cf23b1dcbeb111d24d64 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sun, 18 Apr 2021 19:32:18 +0200 Subject: [PATCH] Bugfix for OSX 6 --- weather_sat_decoder/src/noaa_hrpt_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather_sat_decoder/src/noaa_hrpt_decoder.h b/weather_sat_decoder/src/noaa_hrpt_decoder.h index 5bc24842..f5b2d83a 100644 --- a/weather_sat_decoder/src/noaa_hrpt_decoder.h +++ b/weather_sat_decoder/src/noaa_hrpt_decoder.h @@ -270,7 +270,7 @@ public: } if (ImGui::BeginTabItem("HIRS")) { - ImGui::BeginChild(ImGuiID("HIRSChild")); + ImGui::BeginChild("HIRSChild"); ImGui::EndChild(); ImGui::EndTabItem();