Previously we were passing 'this' and the std::shared_ptr version of 'this'. This replaces all uses of 'this' with the shared_ptr and makes the method static.
46 KiB
46 KiB
Previously we were passing 'this' and the std::shared_ptr version of 'this'. This replaces all uses of 'this' with the shared_ptr and makes the method static.