aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 591efe9..a7bb0e9 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -49,7 +49,7 @@ struct slide
struct frame *top;
SCBlock *scblocks;
- char *notes;
+ SCBlock *notes;
};