]> git.saurik.com Git - wxWidgets.git/commitdiff
cast correction Profiler
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 7 Jun 2003 21:04:00 +0000 (21:04 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 7 Jun 2003 21:04:00 +0000 (21:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/app.cpp
src/mac/carbon/app.cpp

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