mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
constness fix in OwnedArray
This commit is contained in:
@@ -342,7 +342,7 @@ public:
|
||||
|
||||
@param newObject the new object to add to the array
|
||||
*/
|
||||
void addIfNotAlreadyThere (const ObjectClass* const newObject) noexcept
|
||||
void addIfNotAlreadyThere (ObjectClass* const newObject) noexcept
|
||||
{
|
||||
const ScopedLockType lock (getLock());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user