diff options
author | fcolin | 2007-02-01 13:09:32 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:09:32 +0000 |
commit | 37533c5f88162d5eca205853b54c5d1be59fd012 (patch) | |
tree | b5fe5a4b49865a6721153bb00c9efb8c589dab4d /IvyProbe/IvyProbe.h | |
parent | b969f81a2eccdedbf79cb6c850ece8e6a1d873bd (diff) | |
download | ivy-cplusplus-37533c5f88162d5eca205853b54c5d1be59fd012.zip ivy-cplusplus-37533c5f88162d5eca205853b54c5d1be59fd012.tar.gz ivy-cplusplus-37533c5f88162d5eca205853b54c5d1be59fd012.tar.bz2 ivy-cplusplus-37533c5f88162d5eca205853b54c5d1be59fd012.tar.xz |
Utilisateur : Fcolin Date : 21/02/03 Heure : 16:31 Archivé dans $/Bus/IvyProbe Commentaire: (vss 3)
Diffstat (limited to 'IvyProbe/IvyProbe.h')
-rw-r--r-- | IvyProbe/IvyProbe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IvyProbe/IvyProbe.h b/IvyProbe/IvyProbe.h index c1042a2..998fd04 100644 --- a/IvyProbe/IvyProbe.h +++ b/IvyProbe/IvyProbe.h @@ -19,10 +19,10 @@ // See Test.cpp for the implementation of this class
//
-class CTestApp : public CWinApp
+class CIvyProbeApp : public CWinApp
{
public:
- CTestApp();
+ CIvyProbeApp();
// Overrides
// ClassWizard generated virtual function overrides
|