Make trunk compile for now.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31711 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-10-24 16:17:24 +00:00
parent 36a8745291
commit 0e4d0ad7e9
2 changed files with 1 additions and 6 deletions

View File

@ -40,7 +40,7 @@ namespace frontend {
GuiCompare::GuiCompare(GuiView & lv)
: GuiDialog(lv, "compare", qt_("Compare LyX files")),
compare_(0), dest_buffer_(0)
dest_buffer_(0)
{
setupUi(this);
setModal(Qt::WindowModal);

View File

@ -16,8 +16,6 @@
#include "ui_CompareUi.h"
#include "qt_helpers.h"
#include "Compare.h"
namespace lyx {
namespace frontend {
@ -81,9 +79,6 @@ private:
int run();
private:
/// the object that will do the comparison
Compare * compare_;
/// the buffer that will contain the result
Buffer * dest_buffer_;
/// the buffer that will contain the result