From 712e51d79afaf96d4ccca91f3a2cd9197c98185d Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Fri, 11 Jul 2014 20:16:01 -0400 Subject: [PATCH] Build fix. --- src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp b/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp index 67a59783b0..bdf41d752d 100644 --- a/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp +++ b/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp @@ -1358,7 +1358,7 @@ TeamWindow::_UpdateSourcePathState() fSourcePathView->SetText(truncatedText); } else { fSourcePathView->SetText(sourceText); - fSourcePathView->SetToolTip(NULL); + fSourcePathView->SetToolTip((const char*)NULL); } }