aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/stylesheet.c')
-rw-r--r--libstorycode/stylesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/stylesheet.c b/libstorycode/stylesheet.c
index be4db9b..d649d48 100644
--- a/libstorycode/stylesheet.c
+++ b/libstorycode/stylesheet.c
@@ -71,7 +71,7 @@ struct _stylesheet
};
-static void copy_col(struct colour *to, struct colour from)
+void copy_col(struct colour *to, struct colour from)
{
int i;
for ( i=0; i<4; i++ ) to->rgba[i] = from.rgba[i];