Blender Git Loki
Git Commits -> Revision cc49c47
Revision cc49c47 by Julian Eisel (master) November 5, 2021, 17:27 (GMT) |
Cleanup: Use reference for non-optional C++ parameter A reference makes clear that NULL is not an expected value. So it's the prefered way of passing a `const` input parameter (at least if it may not be cheap to copy). |
Commit Details:
Full Hash: cc49c479a746314d9620d84e5513f08b2faeea71
Parent Commit: aaf86ba
Lines Changed: +4, -4