summaryrefslogtreecommitdiff
path: root/systems/sheet/src/sheet.rs
diff options
context:
space:
mode:
Diffstat (limited to 'systems/sheet/src/sheet.rs')
-rw-r--r--systems/sheet/src/sheet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/sheet/src/sheet.rs b/systems/sheet/src/sheet.rs
index 7bdc532..fdcdd67 100644
--- a/systems/sheet/src/sheet.rs
+++ b/systems/sheet/src/sheet.rs
@@ -33,7 +33,7 @@ pub struct Sheet {
name: String,
/// Data in the sheet
- data: SheetData,
+ pub(crate) data: SheetData,
/// Edit information
edit: SheetEdit,