From 9020bfb6f86ff853d5d5b3cee882132a244232da Mon Sep 17 00:00:00 2001 From: KEJ <kimeungju@diteam.co.kr> Date: 금, 24 11월 2023 15:33:29 +0900 Subject: [PATCH] Merge branch 'feature/#4528_CF_AOI_Review_Motor_Offset_기능_추가' into develop --- Internal_Library/Include/CHCommonControls/GridCell.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Internal_Library/Include/CHCommonControls/GridCell.h b/Internal_Library/Include/CHCommonControls/GridCell.h index 324233a..75117a7 100644 --- a/Internal_Library/Include/CHCommonControls/GridCell.h +++ b/Internal_Library/Include/CHCommonControls/GridCell.h @@ -48,7 +48,7 @@ // Attributes public: - void operator=(const CGridCell& cell); + void operator=(CGridCell& cell); virtual void SetText(LPCTSTR szText) { m_strText = szText; } virtual void SetImage(int nImage) { m_nImage = nImage; } -- Gitblit v1.9.3