From 7b5deaffde2d5127904f42ec7283e795594e5ce2 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 화, 05 10월 2021 19:55:37 +0900
Subject: [PATCH] UI색상 변경

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