Update of /cvsroot/plib/plib/demos/exposer/src
In directory usw-pr-cvs1:/tmp/cvs-serv5833
Modified Files:
load_save.cxx
Log Message:
Made "msg" parameter of dialog () a const pointer
Index: load_save.cxx
===================================================================
RCS file: /cvsroot/plib/plib/demos/exposer/src/load_save.cxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- load_save.cxx 6 Jun 2002 22:09:56 -0000 1.8
+++ load_save.cxx 8 Jun 2002 00:00:32 -0000 1.9
@@ -41,7 +41,7 @@
}
-void dialog ( char *msg, float r, float g, float b )
+void dialog ( const char *msg, float r, float g, float b )
{
initDialog () ;
dialog_button -> setLegend ( msg ) ;
|