|
From: <and...@us...> - 2011-12-01 23:38:37
|
Revision: 12085
http://plplot.svn.sourceforge.net/plplot/?rev=12085&view=rev
Author: andrewross
Date: 2011-12-01 23:38:31 +0000 (Thu, 01 Dec 2011)
Log Message:
-----------
Reinstate const property for dispatch table strings. Fixes compiler warnings.
Modified Paths:
--------------
trunk/include/disptab.h
Modified: trunk/include/disptab.h
===================================================================
--- trunk/include/disptab.h 2011-12-01 20:27:18 UTC (rev 12084)
+++ trunk/include/disptab.h 2011-12-01 23:38:31 UTC (rev 12085)
@@ -77,8 +77,8 @@
typedef struct
{
- char *pl_MenuStr;
- char *pl_DevName;
+ const char *pl_MenuStr;
+ const char *pl_DevName;
int pl_type;
int pl_seq;
plD_init_fp pl_init;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|