mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 12:39:38 +00:00
EOL fixes
This commit is contained in:
@@ -51,8 +51,8 @@ void GpCursor_Win32::DecRef()
|
|||||||
{
|
{
|
||||||
m_refCount--;
|
m_refCount--;
|
||||||
if (m_refCount == 0)
|
if (m_refCount == 0)
|
||||||
{
|
{
|
||||||
this->~GpCursor_Win32();
|
this->~GpCursor_Win32();
|
||||||
free(this);
|
free(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1017,7 +1017,7 @@ public:
|
|||||||
|
|
||||||
m_outputIndexStart = firstRow * m_width + firstCol;
|
m_outputIndexStart = firstRow * m_width + firstCol;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool EmitQTContent(IOStream *stream, uint32_t dataSize, bool isCompressed) override
|
bool EmitQTContent(IOStream *stream, uint32_t dataSize, bool isCompressed) override
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user