Re: [Plib-users] error in doc/ssg/non_class.html ?
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2002-01-15 11:58:05
|
>Near the bottom, a declaration for the ssgLoad* functions is given: >ssgEntity *ssgLoad ( char *fname, ssgHookFunc hookfunc =3D NULL ) ; > >Should it read >ssgEntity *ssgLoad(char *fname, ssgLoaderOptions* opt =3D NULL); True. Unfortunately, I can't log into CVS right now to change it. Do other people have the same problem or is it a local problem? >or, no default value for options, right? There is a default value of NULL. You should write the default value only in the declaration, not the definition. Maybe that confused you? Bye bye, Wolfram. |