This commit is contained in:
Nathan Sobo
2021-07-19 13:59:07 -06:00
parent 5a33612f0f
commit e193a660aa
5 changed files with 39 additions and 15 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ use std::{
};
#[derive(Copy, Clone, Debug, Default, Eq, Ord, PartialOrd, PartialEq)]
pub struct OutputPoint(super::Point);
pub struct OutputPoint(pub super::Point);
impl OutputPoint {
pub fn new(row: u32, column: u32) -> Self {