From 5b356f27559388668958f857c5ca12a74a0b8e17 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 4 May 2009 06:50:37 +0000 Subject: [PATCH] s/static/const/ to silence gcc warnings. Originally committed to SVN as r2897. --- aegisub/src/libresrc/wxicon_xpm.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/libresrc/wxicon_xpm.xpm b/aegisub/src/libresrc/wxicon_xpm.xpm index b8f22d8b2..eddc57c8f 100644 --- a/aegisub/src/libresrc/wxicon_xpm.xpm +++ b/aegisub/src/libresrc/wxicon_xpm.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *wxicon_xpm[] = { +const char *wxicon_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 245 2", " c #020101",