diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-03-11 20:25:17 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-03-11 20:25:17 +0000 |
| commit | 0381b7ac442395543a8412c497b693741d572f28 (patch) | |
| tree | eec029c334d5d9758d672994d621951910c5d11f /examples/cppunittest/TrackedTestCase.cpp | |
| parent | ec3067809b09107fac6e4e53d94adbe3e9f3de9b (diff) | |
| download | cppunit-0381b7ac442395543a8412c497b693741d572f28.tar.gz | |
Src/examples/cppunittest/TrackedTestCase.
src/examples/cppunittest/TrackedTestCase.cpp:
* src/examples/cppunittest/CppUnitTestMain.cpp:
* src/examples/money/Money.h: partially applied patch #699794. Fixed
compilation issues with Borland C++ 6.
Diffstat (limited to 'examples/cppunittest/TrackedTestCase.cpp')
| -rw-r--r-- | examples/cppunittest/TrackedTestCase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cppunittest/TrackedTestCase.cpp b/examples/cppunittest/TrackedTestCase.cpp index aaa3d98..aaea99a 100644 --- a/examples/cppunittest/TrackedTestCase.cpp +++ b/examples/cppunittest/TrackedTestCase.cpp @@ -3,7 +3,7 @@ Tracker *TrackedTestCase::ms_tracker = NULL; TrackedTestCase::TrackedTestCase() -: TestCase( "" ) +: CPPUNIT_NS::TestCase( "" ) { if ( ms_tracker != NULL ) ms_tracker->onConstructor(); |
