We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b8ed20 + 46a19c6 commit 0e109f4Copy full SHA for 0e109f4
include/IECore/StreamIndexedIO.h
@@ -255,10 +255,11 @@ class StreamIndexedIO : public IndexedIO
255
256
StreamFile &streamFile() const;
257
258
- NodePtr m_node;
259
-
260
private :
261
+ // \todo Either rename Node to MemberData or add it's member here and save one raw pointer.
+ Node *m_node;
262
+
263
void setRoot( const IndexedIO::EntryIDList &root );
264
265
};
0 commit comments