mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Fix gcc compile
This commit is contained in:
@@ -532,10 +532,10 @@ void JSON::writeToStream (OutputStream& output, const var& data, const bool allO
|
||||
//==============================================================================
|
||||
//==============================================================================
|
||||
|
||||
class JSONTests : public UnitTestType <JSONTests>
|
||||
class JSONTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
JSONTests() : UnitTestType <JSONTests> ("JSON") {}
|
||||
JSONTests() : UnitTest ("JSON") { }
|
||||
|
||||
static String createRandomWideCharString (Random& r)
|
||||
{
|
||||
@@ -640,5 +640,5 @@ public:
|
||||
};
|
||||
|
||||
#if BEAST_UNIT_TESTS
|
||||
template class UnitTestType <JSONTests>;
|
||||
static JSONTests jsonTests;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user