Update of /cvsroot/plib/plib/src/ssg
In directory sc8-pr-cvs1:/tmp/cvs-serv11333
Modified Files:
ssg.h
Log Message:
Static variables must not be _SSG_PUBLIC.
Index: ssg.h
===================================================================
RCS file: /cvsroot/plib/plib/src/ssg/ssg.h,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- ssg.h 29 Jan 2003 19:33:40 -0000 1.161
+++ ssg.h 26 Feb 2003 19:10:53 -0000 1.162
@@ -1822,6 +1822,7 @@
int start ;
int end ;
+protected:
ssgAnimTimeMode time_mode ;
static ulClock ck ;
@@ -1833,7 +1834,6 @@
loop_time += times [ k ] ;
}
-protected:
virtual void copy_from ( ssgTimedSelector *src, int clone_flags ) ;
double get_time() const
|