Build fix.

This commit is contained in:
Rene Gollent
2014-07-11 20:16:01 -04:00
parent e4adab2698
commit 712e51d79a
@@ -1358,7 +1358,7 @@ TeamWindow::_UpdateSourcePathState()
fSourcePathView->SetText(truncatedText); fSourcePathView->SetText(truncatedText);
} else { } else {
fSourcePathView->SetText(sourceText); fSourcePathView->SetText(sourceText);
fSourcePathView->SetToolTip(NULL); fSourcePathView->SetToolTip((const char*)NULL);
} }
} }