mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
chore: Enable most modernize checks (#7664)
This commit is contained in:
@@ -502,7 +502,7 @@ STObject::isFlag(std::uint32_t f) const
|
||||
}
|
||||
|
||||
std::uint32_t
|
||||
STObject::getFlags(void) const
|
||||
STObject::getFlags() const
|
||||
{
|
||||
auto const* t = dynamic_cast<STUInt32 const*>(peekAtPField(sfFlags));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user