mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
5246fc5583
commit
1fde8ceb86
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user