summaryrefslogtreecommitdiff
path: root/src/cppunit/TestFactoryRegistry.cpp
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2001-07-07 15:10:24 +0000
committerSteve M. Robbins <smr@sumost.ca>2001-07-07 15:10:24 +0000
commit1bcc316d35b6622eb249f4dd90f4ee983eac15f4 (patch)
tree5b881152b6d2a11f63bd24f9b0195d0d8d319565 /src/cppunit/TestFactoryRegistry.cpp
parent46551b434973f37f7d5e0049fc451f61cb234244 (diff)
downloadcppunit-1bcc316d35b6622eb249f4dd90f4ee983eac15f4.tar.gz
*** empty log message ***
Diffstat (limited to 'src/cppunit/TestFactoryRegistry.cpp')
-rw-r--r--src/cppunit/TestFactoryRegistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/TestFactoryRegistry.cpp b/src/cppunit/TestFactoryRegistry.cpp
index c012295..ed6ba47 100644
--- a/src/cppunit/TestFactoryRegistry.cpp
+++ b/src/cppunit/TestFactoryRegistry.cpp
@@ -67,7 +67,7 @@ TestFactoryRegistry::registerFactory( const std::string &name,
void
TestFactoryRegistry::registerFactory( TestFactory *factory )
{
- static int serialNumber = 1;
+ static int serialNumber = 1;
OStringStream ost;
ost << "@Dummy@" << serialNumber++;