diff options
| -rw-r--r-- | src/dxfdata.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxfdata.h b/src/dxfdata.h index 79bfba9..d24541c 100644 --- a/src/dxfdata.h +++ b/src/dxfdata.h @@ -30,7 +30,7 @@ public:  		}  	}; -	std::vector<Vector2d, Eigen::aligned_allocator<Eigen::Vector2d> > points; +	std::vector<Vector2d, Eigen::aligned_allocator<Vector2d> > points;  	std::vector<Path> paths;  	std::vector<Dim> dims;  | 
