Integrate C++11 branch into 5_1-new
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ public:
|
||||
* @brief Determine if these steps were created by the autogenerator.
|
||||
* @return true if they were, false otherwise.
|
||||
*/
|
||||
bool IsAutogen() const { return parent != NULL; }
|
||||
bool IsAutogen() const { return parent != nullptr; }
|
||||
|
||||
/**
|
||||
* @brief Determine if this set of Steps is an edit.
|
||||
|
||||
Reference in New Issue
Block a user