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