From Ulrich Hertlein, fixes for OSX build
This commit is contained in:
@@ -31,7 +31,8 @@ ImageStream::ImageStream():
|
||||
|
||||
ImageStream::ImageStream(const ImageStream& image,const CopyOp& copyop):
|
||||
Image(image,copyop),
|
||||
_status(image._status)
|
||||
_status(image._status),
|
||||
_loopingMode(image._loopingMode)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user