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/CHCommonControls/GridCell.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Internal_Library/CHCommonControls/GridCell.cpp b/Internal_Library/CHCommonControls/GridCell.cpp index c354af5..565315b 100644 --- a/Internal_Library/CHCommonControls/GridCell.cpp +++ b/Internal_Library/CHCommonControls/GridCell.cpp @@ -61,7 +61,7 @@ ///////////////////////////////////////////////////////////////////////////// // GridCell Attributes -void CGridCell::operator=(const CGridCell& cell) +void CGridCell::operator=(CGridCell& cell) { if (this != &cell) CGridCellBase::operator=(cell); } -- Gitblit v1.9.3