mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +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
|
@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());
|
const ScopedLockType lock (getLock());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user