From be039c99b68eaf49d24c8c2886521df939cdc20a Mon Sep 17 00:00:00 2001 From: gsherman Date: Fri, 6 Feb 2004 05:07:21 +0000 Subject: [PATCH] added const to declaration and changed array name to qgis_xpm git-svn-id: http://svn.osgeo.org/qgis/trunk@709 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/xpm/qgis.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpm/qgis.xpm b/src/xpm/qgis.xpm index 5b30d48532a..32e614af382 100644 --- a/src/xpm/qgis.xpm +++ b/src/xpm/qgis.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *qgis[]={ +static const char *qgis_xpm[]={ "48 48 652 2", "aa c None", "Qt c None",