Convert all of an asset (RIPD-655)

This commit is contained in:
Miguel Portilla
2015-07-29 15:29:18 -04:00
committed by Scott Schurr
parent 1842878c40
commit 3d777f3f5d
24 changed files with 838 additions and 612 deletions

View File

@@ -318,6 +318,12 @@ public:
return value[n];
}
std::vector<STPath>::reference
operator[] (std::vector<STPath>::size_type n)
{
return value[n];
}
std::vector<STPath>::const_iterator
begin () const
{