We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434dfd5 commit 3a100fdCopy full SHA for 3a100fd
pxr/usd/sdf/listProxy.h
@@ -43,7 +43,7 @@ class SdfListProxy {
43
44
/// Returned from \ref Find when a value could not be located in the
45
/// list of operations.
46
- static const size_t invalidIndex = -1;
+ static const size_t invalidIndex = size_t(-1);
47
48
private:
49
// Proxies an item in a list editor list.
0 commit comments