From 7b97eb6e97d2156298bb06b0dfd13a12c68c525c Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 5 Feb 2006 13:55:58 +0100 Subject: Made all font and image data 'const' --- fontosd-iso8859-15.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fontosd-iso8859-15.c') diff --git a/fontosd-iso8859-15.c b/fontosd-iso8859-15.c index ee2d3b5c..f3008b7e 100644 --- a/fontosd-iso8859-15.c +++ b/fontosd-iso8859-15.c @@ -1,4 +1,4 @@ -cFont::tPixelData FontOsd_iso8859_15[][29] = { +static const cFont::tPixelData FontOsd_iso8859_15[][29] = { { // 32 6, 27, 0x00000000, // ...... -- cgit v1.2.3