From 56049c155a7b6fabb2e5e4b590e8a57437b05164 Mon Sep 17 00:00:00 2001 From: jonschz Date: Thu, 19 Jun 2025 13:44:43 +0200 Subject: [PATCH] Fix formatting --- LEGO1/lego/sources/roi/legoroi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/lego/sources/roi/legoroi.h b/LEGO1/lego/sources/roi/legoroi.h index 266b89d7..8d0be120 100644 --- a/LEGO1/lego/sources/roi/legoroi.h +++ b/LEGO1/lego/sources/roi/legoroi.h @@ -107,6 +107,7 @@ class TimeROI : public LegoROI { // SYNTHETIC: BETA10 0x1018c580 // ~TimeROI + private: LegoTime m_time; // 0x108 };