Change assert to one that doesn't always succeed.

This commit is contained in:
Steve Checkoway
2008-07-22 11:08:26 +00:00
parent 6c0bb3173e
commit 815a332ef3
+1 -1
View File
@@ -772,7 +772,7 @@ RString ThemeManager::GetPath( ElementCategory category, const RString &sMetrics
{
PathInfo pi;
GetPathInfo( pi, category, sMetricsGroup, sElement, bOptional );
ASSERT( pi.sResolvedPath );
ASSERT( !pi.sResolvedPath.empty() );
return pi.sResolvedPath;
}