small fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2625 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-08-30 07:13:15 +00:00
parent 11c5864fdb
commit 50391b2d7e

View File

@ -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)
//