cast correction Profiler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-06-07 21:04:00 +00:00
parent 383cbf1320
commit ac2153a686
2 changed files with 2 additions and 2 deletions

View File

@@ -665,7 +665,7 @@ void wxApp::CleanUp()
#ifndef __DARWIN__
# if __option(profile)
ProfilerDump( "\papp.prof" ) ;
ProfilerDump( (StringPtr)"\papp.prof" ) ;
ProfilerTerm() ;
# endif
#endif

View File

@@ -665,7 +665,7 @@ void wxApp::CleanUp()
#ifndef __DARWIN__
# if __option(profile)
ProfilerDump( "\papp.prof" ) ;
ProfilerDump( (StringPtr)"\papp.prof" ) ;
ProfilerTerm() ;
# endif
#endif