[Plib-cvs] CVS: plib/src/sl sl.h,1.10,1.11
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-03-14 13:03:51
|
Update of /cvsroot/plib/plib/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv28013 Modified Files: sl.h Log Message: Made member variables of slEnvelope "protected" again Index: sl.h =================================================================== RCS file: /cvsroot/plib/plib/src/sl/sl.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- sl.h 3 Mar 2002 15:28:16 -0000 1.10 +++ sl.h 14 Mar 2002 13:03:47 -0000 1.11 @@ -357,7 +357,7 @@ class slEnvelope { -public: /* SJB TESTING! */ +protected: float *time ; float *value ; |