mirror of
https://github.com/USCiLab/cereal.git
synced 2025-10-18 01:45:52 +02:00
fixing typo for #44
This commit is contained in:
@@ -168,7 +168,7 @@ namespace cereal
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if( ar.isSharedPointerValid )
|
if( ar.isSharedPointerValid( id ) )
|
||||||
ptr = std::static_pointer_cast<T>(ar.getSharedPointer(id));
|
ptr = std::static_pointer_cast<T>(ar.getSharedPointer(id));
|
||||||
else
|
else
|
||||||
ar.pushDeferredSharedPointerLoad(
|
ar.pushDeferredSharedPointerLoad(
|
||||||
|
|||||||
Reference in New Issue
Block a user