summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IvyProbe/IvyProbeDlg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/IvyProbe/IvyProbeDlg.h b/IvyProbe/IvyProbeDlg.h
index d9706dd..ac32f11 100644
--- a/IvyProbe/IvyProbeDlg.h
+++ b/IvyProbe/IvyProbeDlg.h
@@ -23,6 +23,7 @@ public:
// Dialog Data
//{{AFX_DATA(CTestDlg)
enum { IDD = IDD_TEST_DIALOG };
+ CEdit m_bind;
CEdit m_msgToSend;
CEdit m_text;
CSliderCtrl m_slider7;
@@ -63,6 +64,7 @@ protected:
afx_msg void OnVscrollMsg();
afx_msg void OnClose();
virtual void OnOK();
+ afx_msg void OnVscrollBind();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()