summaryrefslogtreecommitdiff
path: root/win/Piecebar.h
diff options
context:
space:
mode:
authorLeo2010-07-06 03:44:13 +0000
committerLeo2010-07-06 03:44:13 +0000
commit66b3f4b8d9f1b606eb4a6e893db9f293cbeb95a3 (patch)
treebd52c975b3e21d67283606cdd2ffa1930a7a18a0 /win/Piecebar.h
parent8015474b3733e1b1731eec671a421a63077f3b14 (diff)
Fixes for VC8.
git-svn-id: http://svn.leocad.org/branches/leocad-0.75@953 c7d43263-9d01-0410-8a33-9dba5d9f93d6
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..683d7eb 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 LRESULT 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);