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); } }