Revision: 41412
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41412&view=rev
Author:   davidloman
Date:     2010-11-22 13:20:58 +0000 (Mon, 22 Nov 2010)

Log Message:
-----------
Make an implicit type conversion explicit.  Makes newer compilers happy.

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 13:11:43 UTC (rev 
41411)
+++ rt^3/trunk/src/libNet/PortalManager.cxx     2010-11-22 13:20:58 UTC (rev 
41412)
@@ -285,7 +285,7 @@
 
        table[0].pks_type = PKG_MAGIC2;
        table[0].pks_handler = &(Portal::callbackSpringboard);
-       table[0].pks_title = "SpringBoard";
+       table[0].pks_title = (char* )"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.

------------------------------------------------------------------------------
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

Reply via email to