Fix building with MSVC
Correct error from [0] which built with GCC.
[0]: b8d9864518
This commit is contained in:
@@ -54,7 +54,7 @@ static CLG_LogRef LOG = {"rna.access_compare_override"};
|
||||
* #RNA_find_real_ID_and_path, since in overrides we also consider shape keys as embedded data, not
|
||||
* only root node trees and master collections.
|
||||
*/
|
||||
static ID *rna_property_override_property_real_id_owner(Main * /*bmain*/,
|
||||
static ID *rna_property_override_property_real_id_owner(Main *UNUSED(bmain),
|
||||
PointerRNA *ptr,
|
||||
PropertyRNA *prop,
|
||||
char **r_rna_path)
|
||||
|
||||
Reference in New Issue
Block a user