Commit d6a6c4e7 authored by Davis King's avatar Davis King

Changed code to avoid compiler error in visual studio 7.1

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402983
parent f42cff91
...@@ -653,10 +653,10 @@ namespace ...@@ -653,10 +653,10 @@ namespace
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
class kcentroid : public tester class kcentroid_tester : public tester
{ {
public: public:
kcentroid ( kcentroid_tester (
) : ) :
tester ("test_kcentroid", tester ("test_kcentroid",
"Runs tests on the kcentroid components.") "Runs tests on the kcentroid components.")
......
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