Revision: 252
Author: gokturk.yuksek
Date: Fri Jun 28 17:27:49 2013
Log: Fix "deprecated conversion from string constant to char *"
warning caused by the splash image.
http://code.google.com/p/ardb/source/detail?r=252
Modified:
/trunk/wxARDB/src/ardbsplash.xpm
=======================================
--- /trunk/wxARDB/src/ardbsplash.xpm Thu Nov 1 16:39:09 2007
+++ /trunk/wxARDB/src/ardbsplash.xpm Fri Jun 28 17:27:49 2013
@@ -1,5 +1,5 @@
/* XPM */
-static char * ardbsplash_xpm[] = {
+static const char * const ardbsplash_xpm[] = {
"353 438 1273 2",
" c None",
". c #D7D9D7",