diff options
author | fcolin | 2007-02-01 13:11:38 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:11:38 +0000 |
commit | 72af581ca773279af49c7715d6df6a3c53d9943b (patch) | |
tree | 123556a510cad17a2635503e421d56a1ed97d3ab /IvyProbe/IvyProbeDlg.h | |
parent | 01be0b37170026a6f07f25a4d734bf9f7a2984fd (diff) | |
download | ivy-cplusplus-72af581ca773279af49c7715d6df6a3c53d9943b.zip ivy-cplusplus-72af581ca773279af49c7715d6df6a3c53d9943b.tar.gz ivy-cplusplus-72af581ca773279af49c7715d6df6a3c53d9943b.tar.bz2 ivy-cplusplus-72af581ca773279af49c7715d6df6a3c53d9943b.tar.xz |
Utilisateur : Fcolin Date : 21/02/03 Heure : 16:31 Archivé dans $/Bus/IvyProbe Commentaire: (vss 15)
Diffstat (limited to 'IvyProbe/IvyProbeDlg.h')
-rw-r--r-- | IvyProbe/IvyProbeDlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IvyProbe/IvyProbeDlg.h b/IvyProbe/IvyProbeDlg.h index 0823c38..127a716 100644 --- a/IvyProbe/IvyProbeDlg.h +++ b/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
|