From ac2153a686f20f68038395ab4734161e31eb01c5 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 7 Jun 2003 21:04:00 +0000 Subject: [PATCH] cast correction Profiler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/app.cpp | 2 +- src/mac/carbon/app.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mac/app.cpp b/src/mac/app.cpp index ecf1ec44b2..ebbb1498be 100644 --- a/src/mac/app.cpp +++ b/src/mac/app.cpp @@ -665,7 +665,7 @@ void wxApp::CleanUp() #ifndef __DARWIN__ # if __option(profile) - ProfilerDump( "\papp.prof" ) ; + ProfilerDump( (StringPtr)"\papp.prof" ) ; ProfilerTerm() ; # endif #endif diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index ecf1ec44b2..ebbb1498be 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -665,7 +665,7 @@ void wxApp::CleanUp() #ifndef __DARWIN__ # if __option(profile) - ProfilerDump( "\papp.prof" ) ; + ProfilerDump( (StringPtr)"\papp.prof" ) ; ProfilerTerm() ; # endif #endif -- 2.45.2