I was told I needed a copy ctor here.
May as well see if this builds on Mac OS X.
This commit is contained in:
@@ -15,6 +15,11 @@ struct BaseTimingSegment
|
|||||||
BaseTimingSegment():
|
BaseTimingSegment():
|
||||||
startingRow(-1) {};
|
startingRow(-1) {};
|
||||||
|
|
||||||
|
BaseTimingSegment(const BaseTimingSegment &b)
|
||||||
|
{
|
||||||
|
*this = b;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Set up a BaseTimingSegment with specified values.
|
* @brief Set up a BaseTimingSegment with specified values.
|
||||||
* @param s the starting row / beat. */
|
* @param s the starting row / beat. */
|
||||||
|
|||||||
Reference in New Issue
Block a user