summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2003-03-12 06:40:04 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2003-03-12 06:40:04 +0000
commit97bf50c5b400b6304511286580c8ee160629a8a5 (patch)
tree5dc1de75d9eda8dda4634f2e508a0770d9988082 /src
parent0381b7ac442395543a8412c497b693741d572f28 (diff)
downloadcppunit-97bf50c5b400b6304511286580c8ee160629a8a5.tar.gz
fixed typos
Diffstat (limited to 'src')
-rw-r--r--src/msvc6/testrunner/TestRunnerModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msvc6/testrunner/TestRunnerModel.cpp b/src/msvc6/testrunner/TestRunnerModel.cpp
index 893c107..a0a44ca 100644
--- a/src/msvc6/testrunner/TestRunnerModel.cpp
+++ b/src/msvc6/testrunner/TestRunnerModel.cpp
@@ -37,7 +37,7 @@ TestRunnerModel::history() const
void
TestRunnerModel::selectHistoryTest( CPPUNIT_NS::Test *test )
{
- removeFromsSequence( m_history, test );
+ CPPUNIT_NS::removeFromSequence( m_history, test );
if ( test != NULL )
m_history.push_front( test );