Commit 0e10ca89 authored by Davis King's avatar Davis King

minor change to avoid compiler error in visual studio 2005

parent 4be57bbc
...@@ -265,10 +265,10 @@ namespace ...@@ -265,10 +265,10 @@ namespace
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
class test_sequence_segmenter : public tester class unit_test_sequence_segmenter : public tester
{ {
public: public:
test_sequence_segmenter ( unit_test_sequence_segmenter (
) : ) :
tester ("test_sequence_segmenter", tester ("test_sequence_segmenter",
"Runs tests on the sequence segmenting code.") "Runs tests on the sequence segmenting code.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment