This commit is contained in:
Jan Klass 2017-07-23 21:56:41 +00:00 committed by GitHub
commit 9e72ba7806
2 changed files with 2 additions and 2 deletions

View file

@ -1028,7 +1028,7 @@ void CEasyGenView::OnLButtonDblClk(UINT nFlags, CPoint point)
CView::OnLButtonDblClk(nFlags, point);
}
void CEasyGenView::OnTimer(UINT nIDEvent)
void CEasyGenView::OnTimer(UINT_PTR nIDEvent)
{
CView::OnTimer(nIDEvent);
/*

View file

@ -109,7 +109,7 @@ protected:
afx_msg void OnRButtonUp(UINT nFlags, CPoint point);
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnTimer(UINT_PTR nIDEvent);
afx_msg void OnRButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnCameraAlign();
afx_msg void OnCameraLeft();