From 065e592181dceae075d14d6b213d6092df92ae9f Mon Sep 17 00:00:00 2001 From: Bastiaan Bakker Date: Sun, 17 Jun 2001 15:56:03 +0000 Subject: Use new macro name CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST replaced #include of with --- src/cppunit/TypeInfoHelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cppunit') diff --git a/src/cppunit/TypeInfoHelper.cpp b/src/cppunit/TypeInfoHelper.cpp index 4d3e19e..7b8fdcf 100644 --- a/src/cppunit/TypeInfoHelper.cpp +++ b/src/cppunit/TypeInfoHelper.cpp @@ -1,4 +1,4 @@ -#include +#include #if CPPUNIT_USE_TYPEINFO @@ -15,7 +15,7 @@ TypeInfoHelper::getClassName( const std::type_info &info ) std::string name( info.name() ); bool has_class_prefix = 0 == -#if FUNC_STRING_COMPARE_STRING_FIRST +#if CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST name.compare( classPrefix, 0, classPrefix.length() ); #else name.compare( 0, classPrefix.length(), classPrefix ); -- cgit v1.2.1