mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Move IOStream to GpCommon
This commit is contained in:
@@ -1018,7 +1018,7 @@ public:
|
||||
m_outputIndexStart = firstRow * m_width + firstCol;
|
||||
}
|
||||
|
||||
bool EmitQTContent(IOStream *stream, uint32_t dataSize, bool isCompressed) override
|
||||
bool EmitQTContent(GpIOStream *stream, uint32_t dataSize, bool isCompressed) override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user