Skip to content

Commit

Permalink
Exporting symbols for a couple of methods in UsdZipFileWriter.
Browse files Browse the repository at this point in the history
Thanks to user philipheilmair for calling it out.

(Internal change: 1979462)
  • Loading branch information
c64kernal authored and pixar-oss committed Jun 11, 2019
1 parent 0f8731f commit cbf4b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pxr/usd/lib/usd/zipFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ class UsdZipFileWriter
UsdZipFileWriter(const UsdZipFileWriter&) = delete;
UsdZipFileWriter& operator=(const UsdZipFileWriter&) = delete;

USD_API
UsdZipFileWriter(UsdZipFileWriter&& rhs);
USD_API
UsdZipFileWriter& operator=(UsdZipFileWriter&& rhs);

/// Returns true if this is a valid object, false otherwise.
Expand Down

0 comments on commit cbf4b09

Please sign in to comment.