From 6d5796902a980f189f470a4e8ea7084548c52f49 Mon Sep 17 00:00:00 2001
From: KEJ <kimeungju@diteam.co.kr>
Date: 월, 26 6월 2023 17:43:48 +0900
Subject: [PATCH] Ongoing80 #4528 CF AOI Review Motor Offset 기능 추가 1. Motor Offset 설정 Dlg 추가. 2. Offset 파라미터 추가. 3. Motor Offset 기능 적용

---
 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