aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 9391cb7..17d6070 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -60,7 +60,7 @@ struct presentation;
extern StyleSheet *new_stylesheet();
extern StyleSheet *load_stylesheet(const char *filename);
extern void free_stylesheet(StyleSheet *ss);
-extern void default_stylesheet(StyleSheet *ss);
+extern StyleSheet *default_stylesheet(void);
extern struct style *new_style(StyleSheet *ss, const char *name);
extern struct style *find_style(StyleSheet *ss, const char *name);