From 6b817d7c7c1b524dca5c0ead21a56dafea091420 Mon Sep 17 00:00:00 2001 From: Brendan Szymanski Date: Sun, 9 Aug 2026 22:41:04 -0400 Subject: [PATCH] Terminate the HdmiConnection struct declaration --- hdmi/connection/HdmiConnection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hdmi/connection/HdmiConnection.h b/hdmi/connection/HdmiConnection.h index fdac842..f7f3059 100644 --- a/hdmi/connection/HdmiConnection.h +++ b/hdmi/connection/HdmiConnection.h @@ -60,6 +60,7 @@ struct HdmiConnection : public BnHdmiConnection { std::shared_ptr mCallback; std::thread mMonitorThread; int mStopFd = -1; +}; } // namespace implementation } // namespace connection