diff options
Diffstat (limited to 'Bus/IvyProbe')
-rw-r--r-- | Bus/IvyProbe/IvyProbeDlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bus/IvyProbe/IvyProbeDlg.h b/Bus/IvyProbe/IvyProbeDlg.h index 0823c38..127a716 100644 --- a/Bus/IvyProbe/IvyProbeDlg.h +++ b/Bus/IvyProbe/IvyProbeDlg.h @@ -45,12 +45,12 @@ protected: /////////////////////////////////////////////////////////////////////////////
// CTestDlg dialog
-class CTestDlg : public MyDialog, public IvyApplicationCallback
+class CIvyProbeDlg : public MyDialog, public IvyApplicationCallback
{
// Construction
public:
- CTestDlg(CWnd* pParent = NULL); // standard constructor
+ CIvyProbeDlg(CWnd* pParent = NULL); // standard constructor
#ifdef USE_ETS
DECLARE_LAYOUT();
#endif
|