Skip to content

Commit

Permalink
Merge branch 'bhata/document_datalibrary' of https://github.com/autod…
Browse files Browse the repository at this point in the history
…esk-forks/MaterialX into bhata/document_datalibrary
  • Loading branch information
ashwinbhat committed Oct 11, 2024
2 parents 8718113 + a0fd09d commit 75205b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/MaterialXCore/Document.h
Original file line number Diff line number Diff line change
Expand Up @@ -709,9 +709,10 @@ class MX_CORE_API Document : public GraphElement

private:
class Cache;
std::unique_ptr<Cache> _cache;
// Data library for the document

private:
ConstDocumentPtr _dataLibrary;
std::unique_ptr<Cache> _cache;
};

/// Create a new Document.
Expand Down

0 comments on commit 75205b9

Please sign in to comment.