aboutsummaryrefslogtreecommitdiff
path: root/src/tests/fstratsptr.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tests/fstratsptr.cpp4
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
29int main() 29int main()