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