[Libufo-commits] ufo-0.5/include/ufo/widgets utextwidget.hpp,1.1,1.2
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-08-17 09:09:57
|
Update of /cvsroot/libufo/ufo-0.5/include/ufo/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31202/include/ufo/widgets Modified Files: utextwidget.hpp Log Message: Fixed mem leak in UTextWidget (thanks Andreas). Index: utextwidget.hpp =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/include/ufo/widgets/utextwidget.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** utextwidget.hpp 21 May 2005 15:46:57 -0000 1.1 --- utextwidget.hpp 17 Aug 2005 09:09:46 -0000 1.2 *************** *** 55,59 **** --- 55,61 ---- */ UTextWidget(const std::string & text); + virtual ~UTextWidget(); + public: // Public methods /** Sets the content type. This may change the document class. * So far, only plain text documents are supported. |