beat should be private

This commit is contained in:
Thai Pangsakulyanont
2011-05-31 21:14:36 +07:00
parent f7e849f045
commit 26ecddfc9d
+1 -1
View File
@@ -54,7 +54,7 @@ struct BaseTimingSegment
* @return the starting beat. */
float GetBeat() const;
protected:
private:
/** @brief The row in which this segment activates. */
int startingRow;