The big NULL replacement party part 5.
Right. ' = NULL' would get a lot of these.
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ class CourseID
|
||||
{
|
||||
public:
|
||||
CourseID(): sPath(""), sFullTitle(""), m_Cache() { Unset(); }
|
||||
void Unset() { FromCourse(NULL); }
|
||||
void Unset() { FromCourse(nullptr); }
|
||||
void FromCourse( const Course *p );
|
||||
Course *ToCourse() const;
|
||||
const RString &GetPath() const { return sPath; }
|
||||
|
||||
Reference in New Issue
Block a user