diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2007-10-20 17:59:32 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2007-10-20 17:59:32 +0000 |
| commit | addca63bba3ddaf212e44cdf16e95038b0a5bf3e (patch) | |
| tree | 3aeded76d3104689485f6e66ba6a126c2bcf1287 /src/tests/fstratsptr.cpp | |
| parent | 640154682b767ec19cb9ac3972118c10bba8e780 (diff) | |
| download | libbu++-addca63bba3ddaf212e44cdf16e95038b0a5bf3e.tar.gz libbu++-addca63bba3ddaf212e44cdf16e95038b0a5bf3e.tar.bz2 libbu++-addca63bba3ddaf212e44cdf16e95038b0a5bf3e.tar.xz libbu++-addca63bba3ddaf212e44cdf16e95038b0a5bf3e.zip | |
Just marked Bu::FString::c_str as deprecated, don't use it, it'll go away later.
Diffstat (limited to 'src/tests/fstratsptr.cpp')
| -rw-r--r-- | src/tests/fstratsptr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) | |||
| 22 | 22 | ||
| 23 | printf( | 23 | printf( |
| 24 | "%s %s\n", | 24 | "%s %s\n", |
| 25 | three->sFirstName->c_str(), | 25 | three->sFirstName->getStr(), |
| 26 | three->sLastName->c_str() ); | 26 | three->sLastName->getStr() ); |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | int main() | 29 | int main() |
