Revision: 41415
http://brlcad.svn.sourceforge.net/brlcad/?rev=41415&view=rev
Author: brlcad
Date: 2010-11-22 13:44:50 +0000 (Mon, 22 Nov 2010)
Log Message:
-----------
pks_title should be const. there's no intention to modify the title string.
Modified Paths:
--------------
brlcad/trunk/include/pkg.h
Modified: brlcad/trunk/include/pkg.h
===================================================================
--- brlcad/trunk/include/pkg.h 2010-11-22 13:25:21 UTC (rev 41414)
+++ brlcad/trunk/include/pkg.h 2010-11-22 13:44:50 UTC (rev 41415)
@@ -66,7 +66,7 @@
struct pkg_switch {
unsigned short pks_type; /**< @brief Type code */
pkg_callback pks_handler; /**< @brief Message Handler */
- char *pks_title; /**< @brief Description of message type */
+ const char *pks_title; /**< @brief Description of message type */
void *pks_user_data; /**< @brief User defined pointer to data */
};
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits