From 8d1b1598db1934b32f795fa95d19dfbf95445ba8 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Thu, 18 Apr 2024 09:48:30 -0700 Subject: [PATCH] Add missing file mod --- pcbnew/footprint.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pcbnew/footprint.h b/pcbnew/footprint.h index 45633640f4..c34c9f0530 100644 --- a/pcbnew/footprint.h +++ b/pcbnew/footprint.h @@ -1047,11 +1047,11 @@ private: wxArrayString* m_initial_comments; // s-expression comments in the footprint, // lazily allocated only if needed for speed - SHAPE_POLY_SET m_courtyard_cache_front; // Note that a footprint can have both front and back - SHAPE_POLY_SET m_courtyard_cache_back; // courtyards populated. + SHAPE_POLY_SET m_courtyard_cache_front; // Note that a footprint can have both front and back + SHAPE_POLY_SET m_courtyard_cache_back; // courtyards populated. mutable MD5_HASH m_courtyard_cache_front_hash; mutable MD5_HASH m_courtyard_cache_back_hash; - mutable std::mutex m_courtyard_cache_mutex; + mutable std::mutex m_courtyard_cache_mutex; }; #endif // FOOTPRINT_H