Cleanup: correct argument name (wasn't following conventions)

This commit is contained in:
Campbell Barton
2023-10-06 12:50:51 +11:00
parent 71b1712d79
commit a52c597051

View File

@@ -1008,7 +1008,7 @@ struct wmOperatorType {
* Return a different description to use in the user interface, based on property values.
* The returned string is expected to be translated if needed.
*/
std::string (*get_description)(bContext *C, wmOperatorType *op, PointerRNA *ptr);
std::string (*get_description)(bContext *C, wmOperatorType *ot, PointerRNA *ptr);
/** RNA for properties */
StructRNA *srna;