mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 16:35:53 +00:00
Fix gcc compile
This commit is contained in:
@@ -17,11 +17,10 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
class UnsignedIntegerTests : public UnitTestType <UnsignedIntegerTests>
|
||||
class UnsignedIntegerTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
UnsignedIntegerTests ()
|
||||
: UnitTestType <UnsignedIntegerTests> ("UnsignedInteger")
|
||||
UnsignedIntegerTests () : UnitTest ("UnsignedInteger")
|
||||
{
|
||||
}
|
||||
|
||||
@@ -84,5 +83,5 @@ private:
|
||||
};
|
||||
|
||||
#if BEAST_UNIT_TESTS
|
||||
template class UnitTestType <UnsignedIntegerTests>;
|
||||
static UnsignedIntegerTests unsignedIntegerTests;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user