Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2155)

Unified Diff: examples/bin/SimpleAbcViewer/ICurvesDrw.h

Issue 4662068: Alembic 1.0rc1, changes since 0.9.3
Patch Set: Created 12 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/bin/AbcEcho/multithreaded.cpp ('k') | examples/bin/SimpleAbcViewer/ICurvesDrw.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/bin/SimpleAbcViewer/ICurvesDrw.h
===================================================================
--- a/examples/bin/SimpleAbcViewer/ICurvesDrw.h
+++ b/examples/bin/SimpleAbcViewer/ICurvesDrw.h
@@ -60,9 +60,9 @@
protected:
ICurves m_curves;
V3fArraySamplePtr m_positions;
- UInt32ArraySamplePtr m_nVertices;
- int m_nCurves;
-
+ Int32ArraySamplePtr m_nVertices;
+ std::size_t m_nCurves;
+
std::vector<const V3f*> m_curvePoints;
};
« no previous file with comments | « examples/bin/AbcEcho/multithreaded.cpp ('k') | examples/bin/SimpleAbcViewer/ICurvesDrw.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b