From: Lars Gullik Bjønnes Date: Wed, 15 Sep 2004 15:43:07 +0000 (+0000) Subject: fix include guards X-Git-Tag: 1.6.10~15019 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=723e8dd3c6d6770a943686db2347067c291f998b;p=features.git fix include guards git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8984 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index e3269abded..fc115e245a 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2004-09-15 Lars Gullik Bjonnes + + * math_binominset.h (MATH_BINOMINSET_H): fix include guard. + 2004-09-13 Georg Baum * math_hullinset.[C,h] (splitTo2Cols): new diff --git a/src/mathed/math_binominset.h b/src/mathed/math_binominset.h index fdda25d0ca..ee2703c8cd 100644 --- a/src/mathed/math_binominset.h +++ b/src/mathed/math_binominset.h @@ -10,7 +10,7 @@ */ #ifndef MATH_BINOMINSET_H -#define MATH_DINOMINSET_H +#define MATH_BINOMINSET_H #include "math_fracbase.h"