EOL fixes

This commit is contained in:
elasota
2020-08-11 18:35:39 -04:00
parent c95be907de
commit 84d5c46506
2 changed files with 4 additions and 4 deletions

View File

@@ -51,8 +51,8 @@ void GpCursor_Win32::DecRef()
{
m_refCount--;
if (m_refCount == 0)
{
{
this->~GpCursor_Win32();
free(this);
}
free(this);
}
}

View File

@@ -1017,7 +1017,7 @@ public:
m_outputIndexStart = firstRow * m_width + firstCol;
}
bool EmitQTContent(IOStream *stream, uint32_t dataSize, bool isCompressed) override
{
return false;