diff options
author | fcolin | 2007-02-01 13:09:32 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:09:32 +0000 |
commit | 40d184fab822e90a2eb6c26a3021f15779b051ec (patch) | |
tree | 9d256a6c95afa72a3d3ccb59391a65bf654ab2a0 /Bus | |
parent | 38f498ef33075a7594219e62c18e6762c4f6dbe1 (diff) | |
download | ivy-cplusplus-40d184fab822e90a2eb6c26a3021f15779b051ec.zip ivy-cplusplus-40d184fab822e90a2eb6c26a3021f15779b051ec.tar.gz ivy-cplusplus-40d184fab822e90a2eb6c26a3021f15779b051ec.tar.bz2 ivy-cplusplus-40d184fab822e90a2eb6c26a3021f15779b051ec.tar.xz |
Utilisateur : Fcolin Date : 21/02/03 Heure : 16:31 Archivé dans $/Bus/IvyProbe Commentaire: (vss 3)
Diffstat (limited to 'Bus')
-rw-r--r-- | Bus/IvyProbe/IvyProbe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bus/IvyProbe/IvyProbe.h b/Bus/IvyProbe/IvyProbe.h index c1042a2..998fd04 100644 --- a/Bus/IvyProbe/IvyProbe.h +++ b/Bus/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
|