[Libufo-commits] ufo-0.5/include/ufo/ui ucss.hpp,1.1,1.2
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-09-02 14:26:23
|
Update of /cvsroot/libufo/ufo-0.5/include/ufo/ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28822/include/ufo/ui Modified Files: ucss.hpp Log Message: Fixed memory leak of created style hints. Removed unused variable. Index: ucss.hpp =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/include/ufo/ui/ucss.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ucss.hpp 21 May 2005 15:28:38 -0000 1.1 --- ucss.hpp 2 Sep 2005 14:26:13 -0000 1.2 *************** *** 33,36 **** --- 33,38 ---- UCss(); UCss(const std::string & filename); + /** Deletes all style hints created by this object. */ + virtual ~UCss(); void load(const std::string & filename); |