summaryrefslogtreecommitdiff
path: root/win/Piecebar.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/Piecebar.h')
-rw-r--r--win/Piecebar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Piecebar.h b/win/Piecebar.h
index 609419f..3e2736c 100644
--- a/win/Piecebar.h
+++ b/win/Piecebar.h
@@ -111,7 +111,7 @@ protected:
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
afx_msg void OnCaptureChanged(CWnd *pWnd);
- afx_msg UINT OnNcHitTest(CPoint point);
+ afx_msg NCHITTESTRETURN OnNcHitTest(CPoint point);
afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);