Skip to content

Commit 6c48bd4

Browse files
committed
Merge pull request #3356 from furby-tm/wabi-clang-static-inline-funcs
Compiler Warnings: Static Functions that should be Static Inline (Internal change: 2351236)
2 parents fef4fa4 + d78222e commit 6c48bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pxr/imaging/hdSt/unitTestHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ HdSt_TestDriverBase<SceneDelegate>::_Init(HdReprSelector const &reprSelector)
210210
tracker.AddCollection(_collection.GetName());
211211
}
212212

213-
static
213+
static inline
214214
HdCamera::Projection
215215
_ToHd(const GfCamera::Projection projection)
216216
{

0 commit comments

Comments
 (0)