git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24553 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2008-04-29 13:57:07 +00:00
parent 8b474deb39
commit 6226f89571
2 changed files with 8 additions and 1 deletions

View File

@ -116,6 +116,12 @@ GuiCitation::GuiCitation(GuiView & lv)
}
GuiCitation::~GuiCitation()
{
delete selectionManager;
}
void GuiCitation::cleanUp()
{
clearSelection();

View File

@ -37,7 +37,8 @@ class GuiCitation : public GuiDialog, public Ui::CitationUi
public:
///
GuiCitation(GuiView & lv);
///
~GuiCitation();
///
void applyView();