Merge pull request #27 from brad/master

Win32 assertion error fix
stl_dim
Marius Kintel 2011-09-28 02:22:36 -07:00
commit 17c37616f3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public:
}
};
std::vector<Vector2d> points;
std::vector<Vector2d, Eigen::aligned_allocator<Vector2d> > points;
std::vector<Path> paths;
std::vector<Dim> dims;