mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 17:35:51 +00:00
Fix gcc compile
This commit is contained in:
@@ -923,10 +923,10 @@ MemoryMappedFile::MemoryMappedFile (const File& file, const Range<int64>& fileRa
|
||||
|
||||
//==============================================================================
|
||||
|
||||
class FileTests : public UnitTestType <FileTests>
|
||||
class FileTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
FileTests() : UnitTestType <FileTests> ("File") {}
|
||||
FileTests() : UnitTest ("File") {}
|
||||
|
||||
void runTest()
|
||||
{
|
||||
@@ -1107,6 +1107,6 @@ public:
|
||||
};
|
||||
|
||||
#if BEAST_UNIT_TESTS
|
||||
template class UnitTestType <FileTests>;
|
||||
static FileTests fileTests;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user