mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 11:39:44 +03:00
10 lines
90 B
C++
10 lines
90 B
C++
#include "BlockDevice.h"
|
|
|
|
BlockDevice::BlockDevice()
|
|
{
|
|
}
|
|
|
|
BlockDevice::~BlockDevice()
|
|
{
|
|
}
|