From addca63bba3ddaf212e44cdf16e95038b0a5bf3e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 20 Oct 2007 17:59:32 +0000 Subject: Just marked Bu::FString::c_str as deprecated, don't use it, it'll go away later. --- src/tests/fstratsptr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests/fstratsptr.cpp') diff --git a/src/tests/fstratsptr.cpp b/src/tests/fstratsptr.cpp index 343f682..61c20bd 100644 --- a/src/tests/fstratsptr.cpp +++ b/src/tests/fstratsptr.cpp @@ -22,8 +22,8 @@ void Swap(PersonPtr one, PersonPtr two) printf( "%s %s\n", - three->sFirstName->c_str(), - three->sLastName->c_str() ); + three->sFirstName->getStr(), + three->sLastName->getStr() ); } int main() -- cgit v1.2.3