From c1d28459dcc2f1a2d569205d998d1ff75d1c8e0a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 15 May 2020 22:21:00 -0700 Subject: [PATCH] Mac build fix --- clientscr/gfx_cleanup.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientscr/gfx_cleanup.mm b/clientscr/gfx_cleanup.mm index 681d13c81e..b204cdcab7 100644 --- a/clientscr/gfx_cleanup.mm +++ b/clientscr/gfx_cleanup.mm @@ -65,7 +65,7 @@ void killGfxApp(pid_t thePID) { char userName[64]; RPC_CLIENT *rpc; int retval; - string msg; + std::string msg; chdir("/Library/Application Support/BOINC Data"); safe_strcpy(buf, "");