beat should be private
This commit is contained in:
@@ -54,7 +54,7 @@ struct BaseTimingSegment
|
|||||||
* @return the starting beat. */
|
* @return the starting beat. */
|
||||||
float GetBeat() const;
|
float GetBeat() const;
|
||||||
|
|
||||||
protected:
|
private:
|
||||||
/** @brief The row in which this segment activates. */
|
/** @brief The row in which this segment activates. */
|
||||||
int startingRow;
|
int startingRow;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user