Integrate C++11 branch into 5_1-new
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user