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:
@@ -14,6 +14,11 @@ struct BaseTimingSegment
|
||||
/** @brief Set up a BaseTimingSegment with default values. */
|
||||
BaseTimingSegment():
|
||||
startingRow(-1) {};
|
||||
|
||||
BaseTimingSegment(const BaseTimingSegment &b)
|
||||
{
|
||||
*this = b;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Set up a BaseTimingSegment with specified values.
|
||||
|
||||
Reference in New Issue
Block a user