]> git.lyx.org Git - lyx.git/blob - src/insets/insetloa.C
Add support for compilers which do not have cname headers
[lyx.git] / src / insets / insetloa.C
1 // -*- C++ -*-
2 /* This file is part of*
3  * ======================================================
4  *
5  *           LyX, The Document Processor
6  *       
7  *          Copyright (C) 1995 Matthias Ettrich
8  *          Copyright (C) 1996-1998 The LyX Team.
9  * 
10  *======================================================*/
11
12 // Created by Bernhard 970908
13
14 #include <config.h>
15
16
17 #ifdef __GNUG__
18 #pragma implementation "insetloa.h"
19 #pragma implementation "insetlof.h"
20 #pragma implementation "insetlot.h"
21 #endif
22
23 #include "LaTeXFeatures.h"
24 #include "insetloa.h"
25 #include "insetlof.h"
26 #include "insetlot.h"
27
28 void InsetLOA::Validate(LaTeXFeatures &features) const 
29 { features.algorithm = true; }