hdar: fix symbol visibility typo
authorjloy <jloy@users.noreply.github.com>
Sat, 3 Feb 2024 04:02:46 +0000 (20:02 -0800)
committerpixar-oss <pixar-oss@users.noreply.github.com>
Sat, 3 Feb 2024 04:11:16 +0000 (20:11 -0800)
(Internal change: 2314172)

pxr/imaging/hdar/systemSchema.h

index 2c6057a6a7da207897cf1f33809b9613278b24e6..fa4c6257749244c7c25afe0a4e9686015d20732b 100644 (file)
@@ -79,7 +79,7 @@ public:
     /// Otherwise, this returns null.
     ///
     /// This operation will be linear in the length of \p fromPath.
-    HD_API
+    HDAR_API
     static HdContainerDataSourceHandle GetFromPath(
             HdSceneIndexBaseRefPtr const &inputScene,
             SdfPath const &fromPath,