Skip to content

Commit

Permalink
Minor refactor for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm authored Oct 11, 2024
1 parent abb8f64 commit a0fd09d
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 @@ -719,9 +719,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 a0fd09d

Please sign in to comment.