oops, const conversion
This commit is contained in:
parent
d27eb921dc
commit
c3b7ae1eb5
|
|
@ -215,7 +215,7 @@ write_stage(int) {
|
|||
template<class CycleDataType>
|
||||
INLINE CycleDataType *PipelineCycler<CycleDataType>::
|
||||
cheat() const {
|
||||
return &_data;
|
||||
return (CycleDataType *)&_data;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue