mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
small fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2625 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
11c5864fdb
commit
50391b2d7e
@ -32,6 +32,8 @@
|
||||
#include <locale>
|
||||
#endif
|
||||
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#endif
|
||||
@ -299,12 +301,12 @@ std::stack<ErtComp> ert_stack;
|
||||
ErtComp ert_comp;
|
||||
#endif
|
||||
|
||||
} // anon
|
||||
|
||||
|
||||
#warning And _why_ is this here? (Lgb)
|
||||
int unknown_layouts;
|
||||
|
||||
} // anon
|
||||
|
||||
|
||||
// candidate for move to BufferView
|
||||
// (at least some parts in the beginning of the func)
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user