summaryrefslogtreecommitdiff
path: root/win/piececmb.h
diff options
context:
space:
mode:
authorleo2005-12-22 21:29:18 +0000
committerleo2005-12-22 21:29:18 +0000
commitb87afd4fe89cef28e5d1e0527aeec74a4d93e4aa (patch)
tree9244249ba0bf1245ea5c08592186ee82ca24f7ab /win/piececmb.h
parent2e854ed61c1aa804e0d373ca5af1d87882511a11 (diff)
Fixed the pieces combobox to select items in the tree control when using auto-complete.
git-svn-id: http://svn.leocad.org/trunk@446 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/piececmb.h')
-rw-r--r--win/piececmb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/piececmb.h b/win/piececmb.h
index be6dfe1..00f4f1d 100644
--- a/win/piececmb.h
+++ b/win/piececmb.h
@@ -7,6 +7,8 @@
// PieceCmb.h : header file
//
+class PieceInfo;
+
/////////////////////////////////////////////////////////////////////////////
// CPiecesCombo window
@@ -36,6 +38,8 @@ public:
// Generated message map functions
protected:
BOOL m_bAutoComplete;
+ void SelectPiece(PieceInfo* Info);
+
//{{AFX_MSG(CPiecesCombo)
afx_msg void OnEditupdate();
afx_msg void OnSelchange();