[Libufo-commits] ufo-0.5/include/ufo uobject.hpp,1.16,1.17
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-09-16 12:39:41
|
Update of /cvsroot/libufo/ufo-0.5/include/ufo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31965/include/ufo Modified Files: uobject.hpp Log Message: Fixed MS VC6 warning about struct vs. class. Index: uobject.hpp =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/include/ufo/uobject.hpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** uobject.hpp 15 Sep 2005 10:22:44 -0000 1.16 --- uobject.hpp 16 Sep 2005 12:39:16 -0000 1.17 *************** *** 168,172 **** namespace ufo { ! class UObjectSlotNode; /** @short This is the base class for all dynamic UFO objects. --- 168,172 ---- namespace ufo { ! struct UObjectSlotNode; /** @short This is the base class for all dynamic UFO objects. |