Skip to content

Commit

Permalink
refs #4401 Fixing unix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Mar 16, 2012
1 parent 6878d92 commit e5aa854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void testInit()
TS_ASSERT_THROWS_NOTHING(pFact->initSubalgorithms(*pParams));
}

ConvertToMDEventsSubalgFactoryTest::ConvertToMDEventsSubalgFactoryTest()
ConvertToMDEventsSubalgFactoryTest()
{
pFact = std::auto_ptr<ConvertToMDEventsSubalgFactory>(new ConvertToMDEventsSubalgFactory());
pParams=std::auto_ptr<ConvertToMDEventsParams>(new ConvertToMDEventsParams());
Expand Down

0 comments on commit e5aa854

Please sign in to comment.