aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-09-13 09:54:11 +0200
committerThomas White <taw@bitwiz.org.uk>2014-09-13 09:54:11 +0200
commit7b302ea4b906b162c37c3370434165f6e83a9def (patch)
tree8af7639781698cf6722ce329abf47589e79ad5da /src/presentation.h
parent28026ebf0fde1eb1b51f3808b4f3fc681039e887 (diff)
Restore notes
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;
};