Integrate C++11 branch into 5_1-new

This commit is contained in:
teejusb
2019-06-22 12:35:38 -07:00
444 changed files with 19503 additions and 21007 deletions
+2 -2
View File
@@ -90,7 +90,7 @@ public:
Steps *pSteps;
/** @brief Set up a blank Song and
* <a class="el" href="class_steps.html">Step</a>. */
SongAndSteps() : pSong(NULL), pSteps(NULL) { }
SongAndSteps() : pSong(nullptr), pSteps(nullptr) { }
/**
* @brief Set up the specified Song and
* <a class="el" href="class_steps.html">Step</a>.
@@ -177,7 +177,7 @@ public:
* the same thing. */
StepsID(): st(StepsType_Invalid), dc(Difficulty_Invalid),
sDescription(""), uHash(0), m_Cache() {}
void Unset() { FromSteps(NULL); }
void Unset() { FromSteps(nullptr); }
void FromSteps( const Steps *p );
Steps *ToSteps( const Song *p, bool bAllowNull ) const;
// FIXME: (interferes with unlimited charts per song)