This commit is contained in:
David Rose 2006-02-10 02:16:54 +00:00
parent a05922ff66
commit 4d916f59e1
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ INLINE CycleDataStageWriter<CycleDataType>::
CycleDataStageWriter(PipelineCycler<CycleDataType> &, int,
CycleDataStageReader<CycleDataType> &take_from) :
_pointer((CycleDataType *)take_from.take_pointer())
{
}
////////////////////////////////////////////////////////////////////