mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
LZBase: Default virtual destructor
This commit is contained in:
@@ -67,6 +67,8 @@ LZBase::LZBase(atInt32 minimumOffset, atInt32 slidingWindow, atInt32 minimumMatc
|
||||
, m_blockSize(blockSize)
|
||||
, m_minOffset(minimumOffset) {}
|
||||
|
||||
LZBase::~LZBase() = default;
|
||||
|
||||
void LZBase::setSlidingWindow(atInt32 slidingWindow) { m_slidingWindow = slidingWindow; }
|
||||
|
||||
atInt32 LZBase::slidingWindow() const { return m_slidingWindow; }
|
||||
|
||||
Reference in New Issue
Block a user