From 07a62310a7480610663ffc608491cf46370d99b8 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 금, 15 10월 2021 15:26:33 +0900 Subject: [PATCH] Ongoing90 #3671 CF AOI Review 전설비 Align Matching 방법 개선 --- ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h b/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h index d618b6a..94a0566 100644 --- a/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h +++ b/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h @@ -279,4 +279,5 @@ void SetCellCount() { m_nCellCount = m_nCellCount + 1; } int GetCellCount() { return m_nCellCount; } + afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); }; -- Gitblit v1.9.3