diff options
Diffstat (limited to 'src/presentation.h')
-rw-r--r-- | src/presentation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h index 208ed66..49d39d8 100644 --- a/src/presentation.h +++ b/src/presentation.h @@ -84,6 +84,7 @@ struct menu_pl { struct presentation *p; struct style *sty; + struct slide_template *st; }; |