return NULL -> return CString() for clarity and efficiency
This commit is contained in:
@@ -278,7 +278,7 @@ CString CourseID::ToString() const
|
||||
return sPath;
|
||||
if( !sFullTitle.empty() )
|
||||
return sFullTitle;
|
||||
return NULL;
|
||||
return CString();
|
||||
}
|
||||
|
||||
bool CourseID::IsValid() const
|
||||
|
||||
Reference in New Issue
Block a user