This change fixes two areas where something was defined a structure, but was referenced as a class elsewhere. While this is harmless, it does cause some spurious compile time warnings.
I'm trying to reduce the number of warnings I get when building USD (which is a lot) to make it less noisy when developing on the USD codebase. So I'll put up PRs as I have downtime.
This is low priority and low/no impact to the codebase, but the reduced compile time noise is a win.
Fixes Issue(s)
-
[X] I have verified that all unit tests pass with the proposed changes
[X] I have submitted a signed Contributor License Agreement
Description of Change(s)
This change fixes two areas where something was defined a structure, but was referenced as a class elsewhere. While this is harmless, it does cause some spurious compile time warnings.
I'm trying to reduce the number of warnings I get when building USD (which is a lot) to make it less noisy when developing on the USD codebase. So I'll put up PRs as I have downtime.
This is low priority and low/no impact to the codebase, but the reduced compile time noise is a win.
Fixes Issue(s)
-