[Plib-cvs] plib/demos/exposer/src load_save.cxx,1.8,1.9
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-06-08 00:00:35
|
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 ) ; |