]> git.tdb.fi Git - libs/gl.git/blobdiff - source/armature.h
Use vector when there's no reason to use some other container
[libs/gl.git] / source / armature.h
index 68e3c6e82325a95d1c16ce0043ec943285f91413..9dc2f505a0e62378d022fd6a525043e32c956ca3 100644 (file)
@@ -55,7 +55,7 @@ public:
        };
 
 private:
-       std::list<Link> links;
+       std::vector<Link> links;
 
 public:
        Link &add_link();