don't forget <config.h>...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6213 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-02-20 17:50:06 +00:00
parent 5246fc5583
commit 1fde8ceb86
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
/**
* \file updatableinset.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Alejandro Aguilar Sierra
* \author Jürgen Vigna
* \author Lars Gullik Bjønnes
* \author Matthias Ettrich
*
* Full author contact details are available in file CREDITS
*/
#include <config.h>
#include "updatableinset.h"
#include "BufferView.h"
@ -23,7 +37,7 @@ UpdatableInset::UpdatableInset(UpdatableInset const & in, bool same_id)
void UpdatableInset::insetUnlock(BufferView *)
{
lyxerr[Debug::INFO] << "Inset Unlock" << endl;
lyxerr[Debug::INFO] << "Inset Unlock" << std::endl;
}

View File

@ -1,6 +1,6 @@
// -*- C++ -*-
/**
* \file insetupdatable.h
* \file updatableinset.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*