diff options
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
|