OpenGL glBufferData

I am using the following tutorial as a guide to make a model loader and I have come across a problem. When I use glBufferData(GL_ARRAY_BUFFER, vertices.size() * sizeof(Point3D), &vertices[0],