Revision: 41423
http://brlcad.svn.sourceforge.net/brlcad/?rev=41423&view=rev
Author: brlcad
Date: 2010-11-22 22:06:37 +0000 (Mon, 22 Nov 2010)
Log Message:
-----------
do not cast away constness. fixed the pkg.h structure so that it specifies a
const char * instead of a char *
Modified Paths:
--------------
rt^3/trunk/src/libNet/PortalManager.cxx
Modified: rt^3/trunk/src/libNet/PortalManager.cxx
===================================================================
--- rt^3/trunk/src/libNet/PortalManager.cxx 2010-11-22 22:05:26 UTC (rev
41422)
+++ rt^3/trunk/src/libNet/PortalManager.cxx 2010-11-22 22:06:37 UTC (rev
41423)
@@ -285,7 +285,7 @@
table[0].pks_type = PKG_MAGIC2;
table[0].pks_handler = &(Portal::callbackSpringboard);
- table[0].pks_title = (char* )"SpringBoard";
+ table[0].pks_title = "SpringBoard";
table[0].pks_user_data = 0;
table[1].pks_type = 0;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits