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();